public interface NetworkServerProvider
Modifier and Type | Method and Description |
---|---|
AcceptingChannel<? extends ConnectedStreamChannel> |
createServer(SocketAddress bindAddress,
OptionMap optionMap,
ServerAuthenticationProvider authenticationProvider,
XnioSsl xnioSsl)
Create a network server.
|
AcceptingChannel<? extends ConnectedStreamChannel> createServer(SocketAddress bindAddress, OptionMap optionMap, ServerAuthenticationProvider authenticationProvider, XnioSsl xnioSsl) throws IOException
bindAddress
- the address to bind tooptionMap
- the server optionsauthenticationProvider
- the authentication providerxnioSsl
- the XNIO SSL provider to use for this server, or null
to automatically configure a new provider as neededIOException
- if the server could not be createdCopyright © 2012 JBoss by Red Hat. All Rights Reserved.