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