org.jboss.remoting3.spi
Interface NetworkServerProvider
public interface NetworkServerProvider
A provider interface implemented by connection providers which can be connected to across the network.
Method Summary |
org.xnio.channels.AcceptingChannel<? extends org.xnio.channels.ConnectedStreamChannel> |
createServer(SocketAddress bindAddress,
org.xnio.OptionMap optionMap,
ServerAuthenticationProvider authenticationProvider,
org.xnio.ssl.XnioSsl xnioSsl)
Create a network server. |
createServer
org.xnio.channels.AcceptingChannel<? extends org.xnio.channels.ConnectedStreamChannel> createServer(SocketAddress bindAddress,
org.xnio.OptionMap optionMap,
ServerAuthenticationProvider authenticationProvider,
org.xnio.ssl.XnioSsl xnioSsl)
throws IOException
- Create a network server.
- Parameters:
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 needed
- Returns:
- the server channel
- Throws:
IOException
- if the server could not be created
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.