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
createConnectionAdaptor
ExternalConnectionProvider.ConnectionAdaptor createConnectionAdaptor(org.xnio.OptionMap optionMap,
ServerAuthenticationProvider authenticationProvider)
throws IOException
- Create a network server.
- Parameters:
optionMap - the server optionsauthenticationProvider - the authentication provider
- Returns:
- the channel adaptor
- Throws:
IOException - if the adaptor could not be created
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.