| Package | Description |
|---|---|
| io.netty.handler.codec.dns |
DNS codec.
|
| io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
| io.netty.handler.codec.redis |
Encoder, decoder for Redis.
|
| io.netty.resolver.dns |
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
|
| io.netty.util.collection |
| Class and Description |
|---|
| IntObjectHashMap
A hash map implementation of
IntObjectMap that uses open addressing for keys. |
| Class and Description |
|---|
| CharObjectHashMap
A hash map implementation of
CharObjectMap that uses open addressing for keys. |
| CharObjectMap
Interface for a primitive map that uses
chars as keys. |
| IntObjectMap
Interface for a primitive map that uses
ints as keys. |
| IntObjectMap.PrimitiveEntry
A primitive entry in the map, provided by the iterator from
IntObjectMap.entries() |
| Class and Description |
|---|
| LongObjectMap
Interface for a primitive map that uses
longs as keys. |
| Class and Description |
|---|
| IntObjectMap
Interface for a primitive map that uses
ints as keys. |
| Class and Description |
|---|
| ByteObjectHashMap.PrimitiveIterator
Iterator over primitive entries.
|
| ByteObjectMap
Interface for a primitive map that uses
bytes as keys. |
| ByteObjectMap.PrimitiveEntry
A primitive entry in the map, provided by the iterator from
ByteObjectMap.entries() |
| CharObjectHashMap.PrimitiveIterator
Iterator over primitive entries.
|
| CharObjectMap
Interface for a primitive map that uses
chars as keys. |
| CharObjectMap.PrimitiveEntry
A primitive entry in the map, provided by the iterator from
CharObjectMap.entries() |
| IntObjectHashMap.PrimitiveIterator
Iterator over primitive entries.
|
| IntObjectMap
Interface for a primitive map that uses
ints as keys. |
| IntObjectMap.PrimitiveEntry
A primitive entry in the map, provided by the iterator from
IntObjectMap.entries() |
| LongObjectHashMap.PrimitiveIterator
Iterator over primitive entries.
|
| LongObjectMap
Interface for a primitive map that uses
longs as keys. |
| LongObjectMap.PrimitiveEntry
A primitive entry in the map, provided by the iterator from
LongObjectMap.entries() |
| ShortObjectHashMap.PrimitiveIterator
Iterator over primitive entries.
|
| ShortObjectMap
Interface for a primitive map that uses
shorts as keys. |
| ShortObjectMap.PrimitiveEntry
A primitive entry in the map, provided by the iterator from
ShortObjectMap.entries() |