Class Http2InboundFrameLogger

java.lang.Object
io.netty.handler.codec.http2.Http2InboundFrameLogger
All Implemented Interfaces:
Http2FrameReader, Closeable, AutoCloseable

@UnstableApi public class Http2InboundFrameLogger extends Object implements Http2FrameReader
Decorator around a Http2FrameReader that logs all inbound frames before calling back the listener.