Uses of Interface
io.netty.handler.codec.http2.Http2Connection.PropertyKey
-
Packages that use Http2Connection.PropertyKey Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2Connection.PropertyKey in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2Connection.PropertyKey Modifier and Type Class Description (package private) classDefaultHttp2Connection.DefaultPropertyKeyImplementation ofHttp2Connection.PropertyKeythat specifies the index position of the property.Fields in io.netty.handler.codec.http2 declared as Http2Connection.PropertyKey Modifier and Type Field Description private Http2Connection.PropertyKeyInboundHttp2ToHttpAdapter. messageKeyprivate Http2Connection.PropertyKeyCompressorHttp2ConnectionEncoder. propertyKeyprivate Http2Connection.PropertyKeyDelegatingDecompressorFrameListener. propertyKeyprivate Http2Connection.PropertyKeyDefaultHttp2LocalFlowController. stateKeyprivate Http2Connection.PropertyKeyDefaultHttp2RemoteFlowController. stateKeyprivate Http2Connection.PropertyKeyUniformStreamByteDistributor. stateKeyprivate Http2Connection.PropertyKeyWeightedFairQueueByteDistributor. stateKeyprotected Http2Connection.PropertyKeyHttp2FrameCodec. streamKeyprivate Http2Connection.PropertyKeyHttp2FrameCodec. upgradeKeyMethods in io.netty.handler.codec.http2 that return Http2Connection.PropertyKey Modifier and Type Method Description Http2Connection.PropertyKeyDefaultHttp2Connection. newKey()Http2Connection.PropertyKeyHttp2Connection. newKey()Creates a new key that is unique within thisHttp2Connection.Methods in io.netty.handler.codec.http2 with parameters of type Http2Connection.PropertyKey Modifier and Type Method Description <V> VDefaultHttp2Connection.DefaultStream. getProperty(Http2Connection.PropertyKey key)<V> VHttp2Stream. getProperty(Http2Connection.PropertyKey key)Returns application-defined data if any was associated with this stream.<V> VDefaultHttp2Connection.DefaultStream. removeProperty(Http2Connection.PropertyKey key)<V> VHttp2Stream. removeProperty(Http2Connection.PropertyKey key)Returns and removes application-defined data if any was associated with this stream.<V> VDefaultHttp2Connection.DefaultStream. setProperty(Http2Connection.PropertyKey key, V value)<V> VHttp2Stream. setProperty(Http2Connection.PropertyKey key, V value)Associates the application-defined data with this stream.(package private) Http2FrameCodec.DefaultHttp2FrameStreamHttp2FrameCodec.DefaultHttp2FrameStream. setStreamAndProperty(Http2Connection.PropertyKey streamKey, Http2Stream stream)(package private) DefaultHttp2Connection.DefaultPropertyKeyDefaultHttp2Connection. verifyKey(Http2Connection.PropertyKey key)Verifies that the key is valid and returns it as the internalDefaultHttp2Connection.DefaultPropertyKeytype.
-