Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
io.netty.util.collection |
Utility classes for commonly used collections.
|
Modifier and Type | Class and Description |
---|---|
class |
Http2Settings
Settings for one endpoint in an HTTP/2 connection.
|
Modifier and Type | Field and Description |
---|---|
protected IntObjectMap<FullHttpMessage> |
InboundHttp2ToHttpAdapter.messageMap |
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 |
---|---|
static <V> IntObjectMap<V> |
PrimitiveCollections.emptyIntObjectMap()
Returns an unmodifiable empty
IntObjectMap . |
static <V> IntObjectMap<V> |
PrimitiveCollections.unmodifiableIntObjectMap(IntObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.
|
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) |
static <V> IntObjectMap<V> |
PrimitiveCollections.unmodifiableIntObjectMap(IntObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.
|
Copyright © 2008–2015 The Netty Project. All rights reserved.