| Package | Description |
|---|---|
| org.jboss.remoting3.remote | |
| org.jboss.remoting3.security | |
| org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
| Modifier and Type | Field and Description |
|---|---|
private ServerAuthenticationProvider |
HttpUpgradeConnectionProvider.ConnectionAdaptorImpl.authenticationProvider |
private ServerAuthenticationProvider |
RemoteConnectionProvider.AcceptListener.serverAuthenticationProvider |
private ServerAuthenticationProvider |
ServerConnectionOpenListener.serverAuthenticationProvider |
| Modifier and Type | Method and Description |
|---|---|
ExternalConnectionProvider.ConnectionAdaptor |
HttpUpgradeConnectionProvider.ProviderInterface.createConnectionAdaptor(org.xnio.OptionMap optionMap,
ServerAuthenticationProvider authenticationProvider) |
org.xnio.channels.AcceptingChannel<? extends org.xnio.channels.ConnectedStreamChannel> |
RemoteConnectionProvider.ProviderInterface.createServer(java.net.SocketAddress bindAddress,
org.xnio.OptionMap optionMap,
ServerAuthenticationProvider authenticationProvider,
org.xnio.ssl.XnioSsl xnioSsl) |
| Constructor and Description |
|---|
AcceptListener(org.xnio.OptionMap serverOptionMap,
ServerAuthenticationProvider serverAuthenticationProvider,
java.security.AccessControlContext accessControlContext) |
ConnectionAdaptorImpl(org.xnio.OptionMap optionMap,
ServerAuthenticationProvider authenticationProvider,
java.security.AccessControlContext accessControlContext) |
ServerConnectionOpenListener(RemoteConnection connection,
ConnectionProviderContext connectionProviderContext,
ServerAuthenticationProvider serverAuthenticationProvider,
org.xnio.OptionMap optionMap,
java.security.AccessControlContext accessControlContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleServerAuthenticationProvider
A server authentication handler which maintains a simple map of user names and passwords.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalConnectionProvider.ConnectionAdaptor |
ExternalConnectionProvider.createConnectionAdaptor(org.xnio.OptionMap optionMap,
ServerAuthenticationProvider authenticationProvider)
Create a network server.
|
org.xnio.channels.AcceptingChannel<? extends org.xnio.channels.ConnectedStreamChannel> |
NetworkServerProvider.createServer(java.net.SocketAddress bindAddress,
org.xnio.OptionMap optionMap,
ServerAuthenticationProvider authenticationProvider,
org.xnio.ssl.XnioSsl xnioSsl)
Create a network server.
|