public class HttpTraceLoggingHandler
extends io.netty.handler.logging.LoggingHandler
| Constructor and Description |
|---|
HttpTraceLoggingHandler(Class<?> clazz) |
HttpTraceLoggingHandler(Class<?> clazz,
io.netty.handler.logging.LogLevel level) |
HttpTraceLoggingHandler(io.netty.handler.logging.LogLevel level) |
HttpTraceLoggingHandler(String name) |
HttpTraceLoggingHandler(String name,
io.netty.handler.logging.LogLevel level) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
protected String |
format(io.netty.channel.ChannelHandlerContext ctx,
String eventName) |
protected String |
format(io.netty.channel.ChannelHandlerContext ctx,
String eventName,
Object msg) |
protected String |
format(io.netty.channel.ChannelHandlerContext ctx,
String eventName,
Object arg1,
Object arg2) |
void |
setCorrelatedSourceId(String correlatedSourceId) |
void |
write(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.channel.ChannelPromise promise) |
bind, byteBufFormat, channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, level, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic HttpTraceLoggingHandler(io.netty.handler.logging.LogLevel level)
public HttpTraceLoggingHandler(Class<?> clazz)
public HttpTraceLoggingHandler(Class<?> clazz, io.netty.handler.logging.LogLevel level)
public HttpTraceLoggingHandler(String name)
public HttpTraceLoggingHandler(String name, io.netty.handler.logging.LogLevel level)
public void setCorrelatedSourceId(String correlatedSourceId)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class io.netty.handler.logging.LoggingHandlerpublic void write(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.channel.ChannelPromise promise)
write in interface io.netty.channel.ChannelOutboundHandlerwrite in class io.netty.handler.logging.LoggingHandlerprotected String format(io.netty.channel.ChannelHandlerContext ctx, String eventName, Object arg1, Object arg2)
format in class io.netty.handler.logging.LoggingHandlerprotected String format(io.netty.channel.ChannelHandlerContext ctx, String eventName)
format in class io.netty.handler.logging.LoggingHandlerCopyright © 2023 WSO2. All rights reserved.