@UnstableApi public class Http2InboundFrameLogger extends java.lang.Object implements Http2FrameReader
Http2FrameReader that logs all inbound frames before calling
back the listener.Http2FrameReader.Configuration| 构造器和说明 |
|---|
Http2InboundFrameLogger(Http2FrameReader reader,
Http2FrameLogger logger) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
Closes this reader and frees any allocated resources.
|
Http2FrameReader.Configuration |
configuration()
Get the configuration related elements for this
Http2FrameReader |
void |
readFrame(ChannelHandlerContext ctx,
ByteBuf input,
Http2FrameListener listener)
Attempts to read the next frame from the input buffer.
|
public Http2InboundFrameLogger(Http2FrameReader reader, Http2FrameLogger logger)
public void readFrame(ChannelHandlerContext ctx, ByteBuf input, Http2FrameListener listener) throws Http2Exception
Http2FrameReaderreadFrame 在接口中 Http2FrameReaderHttp2Exceptionpublic void close()
Http2FrameReaderclose 在接口中 Http2FrameReaderclose 在接口中 java.io.Closeableclose 在接口中 java.lang.AutoCloseablepublic Http2FrameReader.Configuration configuration()
Http2FrameReaderHttp2FrameReaderconfiguration 在接口中 Http2FrameReader