| Package | Description |
|---|---|
| org.jboss.remoting3.remote |
| Modifier and Type | Field and Description |
|---|---|
private RemoteConnectionHandler |
RemoteConnectionChannel.connectionHandler |
private RemoteConnectionHandler |
RemoteReadListener.handler |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<RemoteConnectionHandler> |
RemoteConnectionHandler.channelStateUpdater |
private java.util.Set<RemoteConnectionHandler> |
RemoteConnectionProvider.handlers |
| Modifier and Type | Method and Description |
|---|---|
(package private) RemoteConnectionHandler |
RemoteConnectionChannel.getConnectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
RemoteConnectionProvider.addConnectionHandler(RemoteConnectionHandler connectionHandler) |
(package private) void |
RemoteConnectionProvider.removeConnectionHandler(RemoteConnectionHandler connectionHandler) |
| Constructor and Description |
|---|
RemoteConnectionChannel(RemoteConnectionHandler connectionHandler,
RemoteConnection connection,
int channelId,
int outboundWindow,
int inboundWindow,
int maxOutboundMessages,
int maxInboundMessages,
long maxOutboundMessageSize,
long maxInboundMessageSize) |
RemoteReadListener(RemoteConnectionHandler handler,
RemoteConnection connection) |