Uses of Interface
io.netty.handler.codec.http2.Http2LifecycleManager
-
Packages that use Http2LifecycleManager Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2LifecycleManager in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2LifecycleManager Modifier and Type Class Description classHttp2ConnectionHandlerProvides the default implementation for processing inbound frame events and delegates to aHttp2FrameListenerclassHttp2FrameCodecAn HTTP/2 handler that maps HTTP/2 frames toHttp2Frameobjects and vice versa.classHttp2MultiplexCodecDeprecated.useHttp2FrameCodecBuildertogether withHttp2MultiplexHandler.classHttpToHttp2ConnectionHandlerTranslates HTTP/1.x object writes into HTTP/2 frames.Methods in io.netty.handler.codec.http2 with parameters of type Http2LifecycleManager Modifier and Type Method Description voidDecoratingHttp2ConnectionDecoder. lifecycleManager(Http2LifecycleManager lifecycleManager)voidDecoratingHttp2ConnectionEncoder. lifecycleManager(Http2LifecycleManager lifecycleManager)voidDefaultHttp2ConnectionDecoder. lifecycleManager(Http2LifecycleManager lifecycleManager)voidDefaultHttp2ConnectionEncoder. lifecycleManager(Http2LifecycleManager lifecycleManager)voidHttp2ConnectionDecoder. lifecycleManager(Http2LifecycleManager lifecycleManager)Sets the lifecycle manager.voidHttp2ConnectionEncoder. lifecycleManager(Http2LifecycleManager lifecycleManager)Sets the lifecycle manager.
-