Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
io.netty.util.collection |
Modifier and Type | Class and Description |
---|---|
class |
Http2Settings
Settings for one endpoint in an HTTP/2 connection.
|
Modifier and Type | Class and Description |
---|---|
class |
CharObjectHashMap<V>
A hash map implementation of
CharObjectMap that uses open addressing for keys. |
Modifier and Type | Method and Description |
---|---|
static <V> CharObjectMap<V> |
CharCollections.emptyMap()
Returns an unmodifiable empty
CharObjectMap . |
static <V> CharObjectMap<V> |
CharCollections.unmodifiableMap(CharObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.
|
Modifier and Type | Method and Description |
---|---|
static <V> CharObjectMap<V> |
CharCollections.unmodifiableMap(CharObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.