Uses of Interface
io.netty5.handler.codec.http2.Http2ConnectionDecoder
-
Packages that use Http2ConnectionDecoder Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2ConnectionDecoder in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 that implement Http2ConnectionDecoder Modifier and Type Class Description class
DecoratingHttp2ConnectionDecoder
Decorator around anotherHttp2ConnectionDecoder
instance.class
DefaultHttp2ConnectionDecoder
Provides the default implementation for processing inbound frame events and delegates to aHttp2FrameListener
Methods in io.netty5.handler.codec.http2 that return Http2ConnectionDecoder Modifier and Type Method Description protected Http2ConnectionDecoder
AbstractHttp2ConnectionHandlerBuilder. decoder()
Returns theHttp2ConnectionDecoder
to use.Http2ConnectionDecoder
Http2ConnectionHandler. decoder()
Methods in io.netty5.handler.codec.http2 with parameters of type Http2ConnectionDecoder Modifier and Type Method Description protected 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 HttpToHttp2ConnectionHandler
HttpToHttp2ConnectionHandlerBuilder. build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings)
protected B
AbstractHttp2ConnectionHandlerBuilder. codec(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder)
Sets theHttp2ConnectionDecoder
andHttp2ConnectionEncoder
to use.Http2ConnectionHandlerBuilder
Http2ConnectionHandlerBuilder. codec(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder)
HttpToHttp2ConnectionHandlerBuilder
HttpToHttp2ConnectionHandlerBuilder. codec(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder)
-