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
-
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
Modifier and TypeMethodDescriptionvoidwriteRequested(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent event) Methods inherited from class org.jboss.netty.channel.SimpleChannelDownstreamHandler
bindRequested, closeRequested, connectRequested, disconnectRequested, handleDownstream, setInterestOpsRequested, unbindRequested
-
Constructor Details
-
HttpClientRequestTracingHandler
public HttpClientRequestTracingHandler()
-
-
Method Details