Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<DefaultHttp2Connection.DefaultPropertyKey> |
DefaultHttp2Connection.PropertyKeyRegistry.keys
Initial size of 4 because the default configuration currently has 3 listeners
(local/remote flow controller and
StreamByteDistributor ) and we leave room for 1 extra. |
Modifier and Type | Method and Description |
---|---|
(package private) DefaultHttp2Connection.DefaultPropertyKey |
DefaultHttp2Connection.PropertyKeyRegistry.newKey()
Registers a new property key.
|
(package private) DefaultHttp2Connection.DefaultPropertyKey |
DefaultHttp2Connection.DefaultPropertyKey.verifyConnection(Http2Connection connection) |
(package private) DefaultHttp2Connection.DefaultPropertyKey |
DefaultHttp2Connection.verifyKey(Http2Connection.PropertyKey key)
Verifies that the key is valid and returns it as the internal
DefaultHttp2Connection.DefaultPropertyKey type. |
Modifier and Type | Method and Description |
---|---|
(package private) <V> V |
DefaultHttp2Connection.DefaultStream.PropertyMap.add(DefaultHttp2Connection.DefaultPropertyKey key,
V value) |
(package private) <V> V |
DefaultHttp2Connection.DefaultStream.PropertyMap.get(DefaultHttp2Connection.DefaultPropertyKey key) |
(package private) <V> V |
DefaultHttp2Connection.DefaultStream.PropertyMap.remove(DefaultHttp2Connection.DefaultPropertyKey key) |