Class HttpServerRequestTracingHandler
- java.lang.Object
-
- org.jboss.netty.channel.SimpleChannelUpstreamHandler
-
- io.opentelemetry.javaagent.instrumentation.netty.v3_8.server.HttpServerRequestTracingHandler
-
- All Implemented Interfaces:
org.jboss.netty.channel.ChannelHandler,org.jboss.netty.channel.ChannelUpstreamHandler
public class HttpServerRequestTracingHandler extends org.jboss.netty.channel.SimpleChannelUpstreamHandler
-
-
Constructor Summary
Constructors Constructor Description HttpServerRequestTracingHandler(io.opentelemetry.javaagent.instrumentation.api.ContextStore<org.jboss.netty.channel.Channel,ChannelTraceContext> contextStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmessageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent event)
-
-
-
Constructor Detail
-
HttpServerRequestTracingHandler
public HttpServerRequestTracingHandler(io.opentelemetry.javaagent.instrumentation.api.ContextStore<org.jboss.netty.channel.Channel,ChannelTraceContext> contextStore)
-
-