| Package | Description |
|---|---|
| io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
| io.netty.util.collection |
| 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. |
| Class and Description |
|---|
| 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() |
| 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() |
| 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() |
| 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() |
| 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() |
Copyright © 2008–2017 The Netty Project. All rights reserved.