Class HttpClientResponseTracingHandler

  • All Implemented Interfaces:
    org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

    public class HttpClientResponseTracingHandler
    extends org.jboss.netty.channel.SimpleChannelUpstreamHandler
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler

        org.jboss.netty.channel.ChannelHandler.Sharable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void messageReceived​(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent msg)  
      • Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler

        channelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, exceptionCaught, handleUpstream, writeComplete
    • Constructor Detail

      • HttpClientResponseTracingHandler

        public HttpClientResponseTracingHandler​(io.opentelemetry.javaagent.instrumentation.api.ContextStore<org.jboss.netty.channel.Channel,​ChannelTraceContext> contextStore)
    • Method Detail

      • messageReceived

        public void messageReceived​(org.jboss.netty.channel.ChannelHandlerContext ctx,
                                    org.jboss.netty.channel.MessageEvent msg)
        Overrides:
        messageReceived in class org.jboss.netty.channel.SimpleChannelUpstreamHandler