| Package | Description |
|---|---|
| org.jboss.remoting3.remote |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
IntIndexHashMap<V>
Lock-free concurrent integer-indexed hash map.
|
| Modifier and Type | Field and Description |
|---|---|
private IntIndexMap<RemoteConnectionChannel> |
RemoteConnectionHandler.channels
Channels.
|
private IntIndexMap<InboundMessage> |
RemoteConnectionChannel.inboundMessages |
private IntIndexMap<OutboundMessage> |
RemoteConnectionChannel.outboundMessages |
private IntIndexMap<PendingChannel> |
RemoteConnectionHandler.pendingChannels
Pending channels.
|