Class HttpServerTracingHandler
- java.lang.Object
-
- org.jboss.netty.channel.SimpleChannelHandler
-
- io.opentelemetry.javaagent.instrumentation.netty.v3_8.util.CombinedSimpleChannelHandler<HttpServerRequestTracingHandler,HttpServerResponseTracingHandler>
-
- io.opentelemetry.javaagent.instrumentation.netty.v3_8.server.HttpServerTracingHandler
-
- All Implemented Interfaces:
org.jboss.netty.channel.ChannelDownstreamHandler,org.jboss.netty.channel.ChannelHandler,org.jboss.netty.channel.ChannelUpstreamHandler
public class HttpServerTracingHandler extends CombinedSimpleChannelHandler<HttpServerRequestTracingHandler,HttpServerResponseTracingHandler>
-
-
Constructor Summary
Constructors Constructor Description HttpServerTracingHandler()
-
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
-
-