Uses of Class
io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultPropertyKey
Packages that use DefaultHttp2Connection.DefaultPropertyKey
-
Uses of DefaultHttp2Connection.DefaultPropertyKey in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 with type parameters of type DefaultHttp2Connection.DefaultPropertyKeyModifier and TypeFieldDescription(package private) final List<DefaultHttp2Connection.DefaultPropertyKey> DefaultHttp2Connection.PropertyKeyRegistry.keysInitial size of 4 because the default configuration currently has 3 listeners (local/remote flow controller andStreamByteDistributor) and we leave room for 1 extra.Methods in io.netty.handler.codec.http2 that return DefaultHttp2Connection.DefaultPropertyKeyModifier and TypeMethodDescription(package private) DefaultHttp2Connection.DefaultPropertyKeyDefaultHttp2Connection.PropertyKeyRegistry.newKey()Registers a new property key.(package private) DefaultHttp2Connection.DefaultPropertyKeyDefaultHttp2Connection.DefaultPropertyKey.verifyConnection(Http2Connection connection) (package private) final DefaultHttp2Connection.DefaultPropertyKeyDefaultHttp2Connection.verifyKey(Http2Connection.PropertyKey key) Verifies that the key is valid and returns it as the internalDefaultHttp2Connection.DefaultPropertyKeytype.Methods in io.netty.handler.codec.http2 with parameters of type DefaultHttp2Connection.DefaultPropertyKeyModifier and TypeMethodDescription(package private) <V> VDefaultHttp2Connection.DefaultStream.PropertyMap.add(DefaultHttp2Connection.DefaultPropertyKey key, V value) (package private) <V> VDefaultHttp2Connection.DefaultStream.PropertyMap.get(DefaultHttp2Connection.DefaultPropertyKey key) (package private) <V> VDefaultHttp2Connection.DefaultStream.PropertyMap.remove(DefaultHttp2Connection.DefaultPropertyKey key)