JBoss Remoting 3 3.2.0.Beta2-redhat-1

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)
          Create a network server.
 

Method Detail

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 to
optionMap - the server options
authenticationProvider - the authentication provider
Returns:
the server channel
Throws:
IOException - if the server could not be created

JBoss Remoting 3 3.2.0.Beta2-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.