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
char s as keys. |
Class and Description |
---|
ByteObjectMap
Interface for a primitive map that uses
byte s 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
char s 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
int s 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
long s 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
short s as keys. |
ShortObjectMap.PrimitiveEntry
A primitive entry in the map, provided by the iterator from
ShortObjectMap.entries() |
Copyright © 2008–2024 The Netty Project. All rights reserved.