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
Fields in io.netty.handler.codec.http2 declared as Http2Connection.PropertyKeyModifier and TypeFieldDescriptionprotected final Http2Connection.PropertyKeyHttp2FrameCodec.streamKeyMethods 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 TypeMethodDescription<V> VHttp2Stream.getProperty(Http2Connection.PropertyKey key) Returns application-defined data if any was associated with this stream.<V> VHttp2Stream.removeProperty(Http2Connection.PropertyKey key) Returns and removes application-defined data if any was associated with this stream.<V> VHttp2Stream.setProperty(Http2Connection.PropertyKey key, V value) Associates the application-defined data with this stream.