Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultHttp2Connection.DefaultPropertyKey
Implementation of
PropertyKey that specifies the index position of the property. |
Modifier and Type | Field and Description |
---|---|
private Http2Connection.PropertyKey |
InboundHttp2ToHttpAdapter.messageKey |
private Http2Connection.PropertyKey |
CompressorHttp2ConnectionEncoder.propertyKey |
private Http2Connection.PropertyKey |
DelegatingDecompressorFrameListener.propertyKey |
private Http2Connection.PropertyKey |
DefaultHttp2LocalFlowController.stateKey |
private Http2Connection.PropertyKey |
DefaultHttp2RemoteFlowController.stateKey |
private Http2Connection.PropertyKey |
UniformStreamByteDistributor.stateKey |
private Http2Connection.PropertyKey |
WeightedFairQueueByteDistributor.stateKey |
Modifier and Type | Method and Description |
---|---|
Http2Connection.PropertyKey |
DefaultHttp2Connection.newKey() |
Http2Connection.PropertyKey |
Http2Connection.newKey()
Creates a new key that is unique within this
Http2Connection . |
Modifier and Type | Method and Description |
---|---|
<V> V |
DefaultHttp2Connection.DefaultStream.getProperty(Http2Connection.PropertyKey key) |
<V> V |
Http2Stream.getProperty(Http2Connection.PropertyKey key)
Returns application-defined data if any was associated with this stream.
|
<V> V |
DefaultHttp2Connection.DefaultStream.removeProperty(Http2Connection.PropertyKey key) |
<V> V |
Http2Stream.removeProperty(Http2Connection.PropertyKey key)
Returns and removes application-defined data if any was associated with this stream.
|
<V> V |
DefaultHttp2Connection.DefaultStream.setProperty(Http2Connection.PropertyKey key,
V value) |
<V> V |
Http2Stream.setProperty(Http2Connection.PropertyKey key,
V value)
Associates the application-defined data with this stream.
|
(package private) DefaultHttp2Connection.DefaultPropertyKey |
DefaultHttp2Connection.verifyKey(Http2Connection.PropertyKey key)
Verifies that the key is valid and returns it as the internal
DefaultHttp2Connection.DefaultPropertyKey type. |