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>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler
org.jboss.netty.channel.ChannelHandler.Sharable -
Constructor Summary
Constructors -
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 Details
-
HttpClientTracingHandler
public HttpClientTracingHandler()
-