public interface NetworkServerProvider
| Modifier and Type | Method and Description |
|---|---|
AcceptingChannel<StreamConnection> |
createServer(SocketAddress bindAddress,
OptionMap optionMap,
SaslAuthenticationFactory saslAuthenticationFactory,
SSLContext sslContext)
Create a network server.
|
AcceptingChannel<StreamConnection> createServer(SocketAddress bindAddress, OptionMap optionMap, 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 © 2017 JBoss by Red Hat. All rights reserved.