Class HttpClientTracingHandler
- java.lang.Object
-
- org.jboss.netty.channel.SimpleChannelHandler
-
- io.opentelemetry.javaagent.instrumentation.netty.v3_8.util.CombinedSimpleChannelHandler<HttpClientResponseTracingHandler,HttpClientRequestTracingHandler>
-
- io.opentelemetry.javaagent.instrumentation.netty.v3_8.client.HttpClientTracingHandler
-
- All Implemented Interfaces:
org.jboss.netty.channel.ChannelDownstreamHandler,org.jboss.netty.channel.ChannelHandler,org.jboss.netty.channel.ChannelUpstreamHandler
public class HttpClientTracingHandler extends CombinedSimpleChannelHandler<HttpClientResponseTracingHandler,HttpClientRequestTracingHandler>
-
-
Constructor Summary
Constructors Constructor Description HttpClientTracingHandler(io.opentelemetry.javaagent.instrumentation.api.ContextStore<org.jboss.netty.channel.Channel,ChannelTraceContext> contextStore)
-
Method Summary
-
Methods inherited from class io.opentelemetry.javaagent.instrumentation.netty.v3_8.util.CombinedSimpleChannelHandler
bindRequested, channelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, closeRequested, connectRequested, disconnectRequested, exceptionCaught, handleDownstream, handleUpstream, messageReceived, setInterestOpsRequested, unbindRequested, writeComplete, writeRequested
-
-
-
-
Constructor Detail
-
HttpClientTracingHandler
public HttpClientTracingHandler(io.opentelemetry.javaagent.instrumentation.api.ContextStore<org.jboss.netty.channel.Channel,ChannelTraceContext> contextStore)
-
-