Uses of Interface
io.netty.handler.codec.http2.Http2ConnectionDecoder
Packages that use Http2ConnectionDecoder
-
Uses of Http2ConnectionDecoder in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2ConnectionDecoderModifier and TypeClassDescriptionclass
Decorator around anotherHttp2ConnectionDecoder
instance.class
Provides the default implementation for processing inbound frame events and delegates to aHttp2FrameListener
(package private) final class
Enforce a limit on the maximum number of consecutive empty DATA frames (without end_of_stream flag) that are allowed before the connection will be closed.(package private) final class
Enforce a limit on the maximum number of RST frames that are allowed per a window before the connection will be closed with a GO_AWAY frame.Fields in io.netty.handler.codec.http2 declared as Http2ConnectionDecoderModifier and TypeFieldDescriptionprivate Http2ConnectionDecoder
AbstractHttp2ConnectionHandlerBuilder.decoder
private final Http2ConnectionDecoder
Http2ConnectionHandler.decoder
private final Http2ConnectionDecoder
DecoratingHttp2ConnectionDecoder.delegate
Methods in io.netty.handler.codec.http2 that return Http2ConnectionDecoderModifier and TypeMethodDescriptionprotected Http2ConnectionDecoder
AbstractHttp2ConnectionHandlerBuilder.decoder()
Returns theHttp2ConnectionDecoder
to use.Http2ConnectionHandler.decoder()
Methods in io.netty.handler.codec.http2 with parameters of type Http2ConnectionDecoderModifier and TypeMethodDescriptionprotected abstract T
AbstractHttp2ConnectionHandlerBuilder.build
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) Implement this method to create a newHttp2ConnectionHandler
or its subtype instance.protected Http2ConnectionHandler
Http2ConnectionHandlerBuilder.build
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) protected Http2FrameCodec
Http2FrameCodecBuilder.build
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) protected Http2MultiplexCodec
Http2MultiplexCodecBuilder.build
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) Deprecated.protected HttpToHttp2ConnectionHandler
HttpToHttp2ConnectionHandlerBuilder.build
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) private T
AbstractHttp2ConnectionHandlerBuilder.buildFromCodec
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder) protected B
AbstractHttp2ConnectionHandlerBuilder.codec
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder) Sets theHttp2ConnectionDecoder
andHttp2ConnectionEncoder
to use.Http2ConnectionHandlerBuilder.codec
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder) HttpToHttp2ConnectionHandlerBuilder.codec
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder) Constructors in io.netty.handler.codec.http2 with parameters of type Http2ConnectionDecoderModifierConstructorDescriptionprotected
Http2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) protected
Http2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean decoupleCloseAndGoAway) protected
Http2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean decoupleCloseAndGoAway, boolean flushPreface) (package private)
Http2EmptyDataFrameConnectionDecoder
(Http2ConnectionDecoder delegate, int maxConsecutiveEmptyFrames) protected
Http2FrameCodec
(Http2ConnectionEncoder encoder, Http2ConnectionDecoder decoder, Http2Settings initialSettings, boolean decoupleCloseAndGoAway, boolean flushPreface) (package private)
Http2MaxRstFrameDecoder
(Http2ConnectionDecoder delegate, int maxRstFramesPerWindow, int secondsPerWindow) (package private)
Http2MultiplexCodec
(Http2ConnectionEncoder encoder, Http2ConnectionDecoder decoder, Http2Settings initialSettings, ChannelHandler inboundStreamHandler, ChannelHandler upgradeStreamHandler, boolean decoupleCloseAndGoAway, boolean flushPreface) Deprecated.protected
HttpToHttp2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders) protected
HttpToHttp2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway) protected
HttpToHttp2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway, boolean flushPreface, HttpScheme httpScheme) protected
HttpToHttp2ConnectionHandler
(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway, HttpScheme httpScheme)