org.jboss.remoting3.spi
Interface NetworkServerProvider
public interface NetworkServerProvider
A provider interface implemented by connection providers which can be connected to across the network.
createServer
org.xnio.channels.AcceptingChannel<? extends org.xnio.channels.ConnectedStreamChannel> createServer(SocketAddress bindAddress,
org.xnio.OptionMap optionMap,
ServerAuthenticationProvider authenticationProvider)
throws IOException
- Create a network server.
- Parameters:
bindAddress
- the address to bind tooptionMap
- the server optionsauthenticationProvider
- the authentication provider
- Returns:
- the server channel
- Throws:
IOException
- if the server could not be created
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.