Uses of Interface
io.netty.handler.codec.http2.Http2LifecycleManager
Packages that use Http2LifecycleManager
-
Uses of Http2LifecycleManager in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2LifecycleManagerModifier and TypeClassDescriptionclass
Provides the default implementation for processing inbound frame events and delegates to aHttp2FrameListener
class
This API is very immature. The Http2Connection-based API is currently preferred over this API.class
Deprecated.class
Translates HTTP/1.x object writes into HTTP/2 frames.Fields in io.netty.handler.codec.http2 declared as Http2LifecycleManagerModifier and TypeFieldDescriptionprivate Http2LifecycleManager
DefaultHttp2ConnectionDecoder.lifecycleManager
private Http2LifecycleManager
DefaultHttp2ConnectionEncoder.lifecycleManager
private Http2LifecycleManager
Http2ControlFrameLimitEncoder.lifecycleManager
Methods in io.netty.handler.codec.http2 with parameters of type Http2LifecycleManagerModifier and TypeMethodDescriptionvoid
DecoratingHttp2ConnectionDecoder.lifecycleManager
(Http2LifecycleManager lifecycleManager) void
DecoratingHttp2ConnectionEncoder.lifecycleManager
(Http2LifecycleManager lifecycleManager) void
DefaultHttp2ConnectionDecoder.lifecycleManager
(Http2LifecycleManager lifecycleManager) void
DefaultHttp2ConnectionEncoder.lifecycleManager
(Http2LifecycleManager lifecycleManager) void
Http2ConnectionDecoder.lifecycleManager
(Http2LifecycleManager lifecycleManager) Sets the lifecycle manager.void
Http2ConnectionEncoder.lifecycleManager
(Http2LifecycleManager lifecycleManager) Sets the lifecycle manager.void
Http2ControlFrameLimitEncoder.lifecycleManager
(Http2LifecycleManager lifecycleManager)
Http2FrameCodecBuilder
together withHttp2MultiplexHandler
.