public interface ExternalConnectionProvider
Modifier and Type | Interface and Description |
---|---|
static interface |
ExternalConnectionProvider.ConnectionAdaptor |
Modifier and Type | Method and Description |
---|---|
ExternalConnectionProvider.ConnectionAdaptor |
createConnectionAdaptor(org.xnio.OptionMap optionMap,
ServerAuthenticationProvider authenticationProvider)
Create a network server.
|
ExternalConnectionProvider.ConnectionAdaptor createConnectionAdaptor(org.xnio.OptionMap optionMap, ServerAuthenticationProvider authenticationProvider) throws IOException
optionMap
- the server optionsauthenticationProvider
- the authentication providerIOException
- if the adaptor could not be createdCopyright © 2017 JBoss, a division of Red Hat, Inc.. All rights reserved.