JBoss Remoting 3 3.2.13.GA-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, org.xnio.ssl.XnioSsl xnioSsl)
          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,
                                                                                                    org.xnio.ssl.XnioSsl xnioSsl)
                                                                                                    throws IOException
Create a network server.

Parameters:
bindAddress - the address to bind to
optionMap - the server options
authenticationProvider - the authentication provider
xnioSsl - 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

JBoss Remoting 3 3.2.13.GA-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.