Uses of Interface
io.netty.handler.codec.http2.Http2Connection.PropertyKey
Packages that use Http2Connection.PropertyKey
-
Uses of Http2Connection.PropertyKey in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2Connection.PropertyKeyModifier and TypeClassDescription(package private) final class
Implementation ofHttp2Connection.PropertyKey
that specifies the index position of the property.Fields in io.netty.handler.codec.http2 declared as Http2Connection.PropertyKeyModifier and TypeFieldDescriptionprivate final Http2Connection.PropertyKey
DefaultHttp2ConnectionDecoder.contentLengthKey
private final Http2Connection.PropertyKey
InboundHttp2ToHttpAdapter.messageKey
private final Http2Connection.PropertyKey
CompressorHttp2ConnectionEncoder.propertyKey
private final Http2Connection.PropertyKey
DelegatingDecompressorFrameListener.propertyKey
private final Http2Connection.PropertyKey
DefaultHttp2LocalFlowController.stateKey
private final Http2Connection.PropertyKey
DefaultHttp2RemoteFlowController.stateKey
private final Http2Connection.PropertyKey
UniformStreamByteDistributor.stateKey
private final Http2Connection.PropertyKey
WeightedFairQueueByteDistributor.stateKey
protected final Http2Connection.PropertyKey
Http2FrameCodec.streamKey
private final Http2Connection.PropertyKey
Http2FrameCodec.upgradeKey
Methods in io.netty.handler.codec.http2 that return Http2Connection.PropertyKeyModifier and TypeMethodDescriptionDefaultHttp2Connection.newKey()
Http2Connection.newKey()
Creates a new key that is unique within thisHttp2Connection
.Methods in io.netty.handler.codec.http2 with parameters of type Http2Connection.PropertyKeyModifier and TypeMethodDescriptionfinal <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.final <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.final <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) Http2FrameCodec.DefaultHttp2FrameStream
Http2FrameCodec.DefaultHttp2FrameStream.setStreamAndProperty
(Http2Connection.PropertyKey streamKey, Http2Stream stream) (package private) final DefaultHttp2Connection.DefaultPropertyKey
DefaultHttp2Connection.verifyKey
(Http2Connection.PropertyKey key) Verifies that the key is valid and returns it as the internalDefaultHttp2Connection.DefaultPropertyKey
type.