Class HttpServerRequestTracingHandler

java.lang.Object
org.jboss.netty.channel.SimpleChannelUpstreamHandler
io.opentelemetry.javaagent.instrumentation.netty.v3_8.server.HttpServerRequestTracingHandler
All Implemented Interfaces:
org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

public class HttpServerRequestTracingHandler 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent event)
     

    Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpServerRequestTracingHandler

      public HttpServerRequestTracingHandler()
  • Method Details

    • messageReceived

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