Class HttpServerResponseTracingHandler

java.lang.Object
org.jboss.netty.channel.SimpleChannelDownstreamHandler
io.opentelemetry.javaagent.instrumentation.netty.v3_8.server.HttpServerResponseTracingHandler
All Implemented Interfaces:
org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler

public class HttpServerResponseTracingHandler 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
    Constructor
    Description
     
  • Method Summary

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

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

    bindRequested, closeRequested, connectRequested, disconnectRequested, handleDownstream, setInterestOpsRequested, unbindRequested

    Methods inherited from class java.lang.Object

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

    • HttpServerResponseTracingHandler

      public HttpServerResponseTracingHandler()
  • Method Details

    • writeRequested

      public void writeRequested(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent msg) throws Exception
      Overrides:
      writeRequested in class org.jboss.netty.channel.SimpleChannelDownstreamHandler
      Throws:
      Exception