public interface NetworkServerProvider
| Modifier and Type | Method and Description |
|---|---|
org.xnio.channels.AcceptingChannel<org.xnio.StreamConnection> |
createServer(SocketAddress bindAddress,
org.xnio.OptionMap optionMap,
org.wildfly.security.auth.server.sasl.SaslAuthenticationFactory saslAuthenticationFactory,
SSLContext sslContext)
Create a network server.
|
org.xnio.channels.AcceptingChannel<org.xnio.StreamConnection> createServer(SocketAddress bindAddress, org.xnio.OptionMap optionMap, org.wildfly.security.auth.server.sasl.SaslAuthenticationFactory saslAuthenticationFactory, SSLContext sslContext) throws IOException
bindAddress - the address to bind tooptionMap - the server optionssaslAuthenticationFactory - the authentication factorysslContext - the SSL context to use (may be null)IOException - if the server could not be createdCopyright © 2021 JBoss, a division of Red Hat, Inc.. All rights reserved.