| Package | Description |
|---|---|
| org.jboss.remoting3 |
The base Remoting 3 API package.
|
| org.jboss.remoting3.remote | |
| org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
EndpointImpl.LocalConnectionContext |
| Modifier and Type | Field and Description |
|---|---|
private ConnectionHandlerContext |
LocalChannel.connectionHandlerContext |
private ConnectionHandlerContext |
LocalConnectionProvider.LoopbackConnectionHandler.context |
| Constructor and Description |
|---|
LocalChannel(java.util.concurrent.Executor executor,
ConnectionHandlerContext connectionHandlerContext) |
LocalChannel(java.util.concurrent.Executor executor,
LocalChannel otherSide,
ConnectionHandlerContext connectionHandlerContext) |
LoopbackConnectionHandler(ConnectionHandlerContext context) |
| Modifier and Type | Field and Description |
|---|---|
private ConnectionHandlerContext |
RemoteConnectionHandler.connectionContext |
private ConnectionHandlerContext |
RemoteConnectionChannel.connectionHandlerContext |
| Modifier and Type | Method and Description |
|---|---|
(package private) ConnectionHandlerContext |
RemoteConnectionHandler.getConnectionContext() |
| Constructor and Description |
|---|
RemoteConnectionHandler(ConnectionHandlerContext connectionContext,
RemoteConnection remoteConnection,
java.util.Collection<java.security.Principal> principals,
UserInfo userInfo,
int maxInboundChannels,
int maxOutboundChannels,
java.lang.String remoteEndpointName,
int behavior) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionHandler |
ConnectionHandlerFactory.createInstance(ConnectionHandlerContext connectionContext)
Create a connection handler instance.
|