| Package | Description |
|---|---|
| org.jboss.remoting3.remote |
| Modifier and Type | Field and Description |
|---|---|
(package private) RemoteConnectionChannel |
InboundMessage.channel |
(package private) RemoteConnectionChannel |
OutboundMessage.channel |
| Modifier and Type | Field and Description |
|---|---|
private IntIndexMap<RemoteConnectionChannel> |
RemoteConnectionHandler.channels
Channels.
|
private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<RemoteConnectionChannel> |
RemoteConnectionChannel.channelStateUpdater |
(package private) static IntIndexer<RemoteConnectionChannel> |
RemoteConnectionChannel.INDEXER |
| Modifier and Type | Method and Description |
|---|---|
(package private) RemoteConnectionChannel |
RemoteConnectionHandler.addChannel(RemoteConnectionChannel channel) |
(package private) RemoteConnectionChannel |
RemoteConnectionHandler.getChannel(int id) |
| Modifier and Type | Method and Description |
|---|---|
(package private) RemoteConnectionChannel |
RemoteConnectionHandler.addChannel(RemoteConnectionChannel channel) |
(package private) void |
RemoteConnectionHandler.handleChannelClosed(RemoteConnectionChannel channel)
A channel was closed, locally or remotely.
|
(package private) void |
RemoteConnectionHandler.putChannel(RemoteConnectionChannel channel) |
| Constructor and Description |
|---|
InboundMessage(short messageId,
RemoteConnectionChannel channel,
int inboundWindow,
long maxInboundMessageSize) |
OutboundMessage(short messageId,
RemoteConnectionChannel channel,
int window,
long maxOutboundMessageSize) |