JBoss Remoting 4.0.0.Beta3

org.jboss.remoting3.spi
Interface ExternalConnectionProvider


public interface ExternalConnectionProvider

A provider interface that allows connections that have already been accepted to be converted to remoting connections.

Author:
Stuart Douglas

Nested Class Summary
static interface ExternalConnectionProvider.ConnectionAdaptor
           
 
Method Summary
 ExternalConnectionProvider.ConnectionAdaptor createConnectionAdaptor(org.xnio.OptionMap optionMap, ServerAuthenticationProvider authenticationProvider)
          Create a network server.
 

Method Detail

createConnectionAdaptor

ExternalConnectionProvider.ConnectionAdaptor createConnectionAdaptor(org.xnio.OptionMap optionMap,
                                                                     ServerAuthenticationProvider authenticationProvider)
                                                                     throws IOException
Create a network server.

Parameters:
optionMap - the server options
authenticationProvider - the authentication provider
Returns:
the channel adaptor
Throws:
IOException - if the adaptor could not be created

JBoss Remoting 4.0.0.Beta3

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