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 TypeClassDescriptionclassDecorator around anotherHttp2ConnectionDecoderinstance.classProvides the default implementation for processing inbound frame events and delegates to aHttp2FrameListenerMethods in io.netty.handler.codec.http2 that return Http2ConnectionDecoderModifier and TypeMethodDescriptionprotected Http2ConnectionDecoderAbstractHttp2ConnectionHandlerBuilder.decoder()Returns theHttp2ConnectionDecoderto use.Http2ConnectionHandler.decoder()Methods in io.netty.handler.codec.http2 with parameters of type Http2ConnectionDecoderModifier and TypeMethodDescriptionprotected abstract TAbstractHttp2ConnectionHandlerBuilder.build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) Implement this method to create a newHttp2ConnectionHandleror its subtype instance.protected Http2ConnectionHandlerHttp2ConnectionHandlerBuilder.build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) protected Http2FrameCodecHttp2FrameCodecBuilder.build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) protected Http2MultiplexCodecHttp2MultiplexCodecBuilder.build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) Deprecated.protected HttpToHttp2ConnectionHandlerHttpToHttp2ConnectionHandlerBuilder.build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) protected BAbstractHttp2ConnectionHandlerBuilder.codec(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder) Sets theHttp2ConnectionDecoderandHttp2ConnectionEncoderto use.Http2ConnectionHandlerBuilder.codec(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder) HttpToHttp2ConnectionHandlerBuilder.codec(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder) Constructors in io.netty.handler.codec.http2 with parameters of type Http2ConnectionDecoderModifierConstructorDescriptionprotectedHttp2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) protectedHttp2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean decoupleCloseAndGoAway) protectedHttp2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean decoupleCloseAndGoAway, boolean flushPreface) protectedHttp2FrameCodec(Http2ConnectionEncoder encoder, Http2ConnectionDecoder decoder, Http2Settings initialSettings, boolean decoupleCloseAndGoAway, boolean flushPreface) protectedHttpToHttp2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders) protectedHttpToHttp2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway) protectedHttpToHttp2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway, boolean flushPreface, HttpScheme httpScheme) protectedHttpToHttp2ConnectionHandler(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings, boolean validateHeaders, boolean decoupleCloseAndGoAway, HttpScheme httpScheme)