Uses of Interface
io.netty5.handler.codec.http2.Http2Connection.PropertyKey
-
Packages that use Http2Connection.PropertyKey Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2Connection.PropertyKey in io.netty5.handler.codec.http2
Fields in io.netty5.handler.codec.http2 declared as Http2Connection.PropertyKey Modifier and Type Field Description protected Http2Connection.PropertyKey
Http2FrameCodec. streamKey
Methods in io.netty5.handler.codec.http2 that return Http2Connection.PropertyKey Modifier and Type Method Description Http2Connection.PropertyKey
DefaultHttp2Connection. newKey()
Http2Connection.PropertyKey
Http2Connection. newKey()
Creates a new key that is unique within thisHttp2Connection
.Methods in io.netty5.handler.codec.http2 with parameters of type Http2Connection.PropertyKey Modifier and Type Method Description <V> V
Http2Stream. getProperty(Http2Connection.PropertyKey key)
Returns application-defined data if any was associated with this stream.<V> V
Http2Stream. removeProperty(Http2Connection.PropertyKey key)
Returns and removes application-defined data if any was associated with this stream.<V> V
Http2Stream. setProperty(Http2Connection.PropertyKey key, V value)
Associates the application-defined data with this stream.
-