public class FrameLogger
extends io.netty.handler.codec.http2.Http2FrameLogger
FrameLogger logs the HTTP/2 frames.| Constructor and Description |
|---|
FrameLogger(io.netty.handler.logging.LogLevel level,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
logData(io.netty.handler.codec.http2.Http2FrameLogger.Direction direction,
io.netty.channel.ChannelHandlerContext ctx,
int streamId,
io.netty.buffer.ByteBuf data,
int padding,
boolean endStream) |
isEnabled, logGoAway, logHeaders, logHeaders, logPing, logPingAck, logPriority, logPushPromise, logRstStream, logSettings, logSettingsAck, logUnknownFrame, logWindowsUpdatepublic FrameLogger(io.netty.handler.logging.LogLevel level,
String name)
public void logData(io.netty.handler.codec.http2.Http2FrameLogger.Direction direction,
io.netty.channel.ChannelHandlerContext ctx,
int streamId,
io.netty.buffer.ByteBuf data,
int padding,
boolean endStream)
logData in class io.netty.handler.codec.http2.Http2FrameLoggerCopyright © 2023 WSO2. All rights reserved.