Uses of Class
io.netty5.handler.codec.http2.Http2FrameLogger
-
Packages that use Http2FrameLogger Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2FrameLogger in io.netty5.handler.codec.http2
Methods in io.netty5.handler.codec.http2 that return Http2FrameLogger Modifier and Type Method Description protected Http2FrameLogger
AbstractHttp2ConnectionHandlerBuilder. frameLogger()
Returns the logger that is used for the encoder and decoder.Http2FrameLogger
Http2FrameCodecBuilder. frameLogger()
Methods in io.netty5.handler.codec.http2 with parameters of type Http2FrameLogger Modifier and Type Method Description protected B
AbstractHttp2ConnectionHandlerBuilder. frameLogger(Http2FrameLogger frameLogger)
Sets the logger that is used for the encoder and decoder.Http2ConnectionHandlerBuilder
Http2ConnectionHandlerBuilder. frameLogger(Http2FrameLogger frameLogger)
Http2FrameCodecBuilder
Http2FrameCodecBuilder. frameLogger(Http2FrameLogger frameLogger)
HttpToHttp2ConnectionHandlerBuilder
HttpToHttp2ConnectionHandlerBuilder. frameLogger(Http2FrameLogger frameLogger)
Constructors in io.netty5.handler.codec.http2 with parameters of type Http2FrameLogger Constructor Description Http2InboundFrameLogger(Http2FrameReader reader, Http2FrameLogger logger)
Http2OutboundFrameLogger(Http2FrameWriter writer, Http2FrameLogger logger)
-