| Package | Description |
|---|---|
| io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
| io.netty.util.collection |
Utility classes for commonly used collections.
|
| Modifier and Type | Field and Description |
|---|---|
private IntObjectMap<AbstractEpollChannel> |
EpollEventLoop.channels |
| Modifier and Type | Class and Description |
|---|---|
class |
IntObjectHashMap<V>
A hash map implementation of
IntObjectMap that uses open addressing for keys. |
| Modifier and Type | Method and Description |
|---|---|
void |
IntObjectMap.putAll(IntObjectMap<V> sourceMap)
Puts all of the entries from the given map into this map.
|
void |
IntObjectHashMap.putAll(IntObjectMap<V> sourceMap) |