Class HttpClientRequestTracingHandler
- java.lang.Object
-
- org.jboss.netty.channel.SimpleChannelDownstreamHandler
-
- io.opentelemetry.javaagent.instrumentation.netty.v3_8.client.HttpClientRequestTracingHandler
-
- All Implemented Interfaces:
org.jboss.netty.channel.ChannelDownstreamHandler,org.jboss.netty.channel.ChannelHandler
public class HttpClientRequestTracingHandler extends org.jboss.netty.channel.SimpleChannelDownstreamHandler
-
-
Constructor Summary
Constructors Constructor Description HttpClientRequestTracingHandler(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 voidwriteRequested(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent event)
-
-
-
Constructor Detail
-
HttpClientRequestTracingHandler
public HttpClientRequestTracingHandler(io.opentelemetry.javaagent.instrumentation.api.ContextStore<org.jboss.netty.channel.Channel,ChannelTraceContext> contextStore)
-
-