java.lang.Object
io.opentelemetry.javaagent.instrumentation.netty.v3_8.client.ConnectionListener
All Implemented Interfaces:
EventListener, org.jboss.netty.channel.ChannelFutureListener

public class ConnectionListener extends Object implements org.jboss.netty.channel.ChannelFutureListener
  • Field Summary

    Fields inherited from interface org.jboss.netty.channel.ChannelFutureListener

    CLOSE, CLOSE_ON_FAILURE
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConnectionListener(io.opentelemetry.context.Context parentContext, io.opentelemetry.instrumentation.netty.common.internal.NettyConnectionRequest request, io.opentelemetry.instrumentation.netty.common.internal.Timer timer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    operationComplete(org.jboss.netty.channel.ChannelFuture future)
     

    Methods inherited from class java.lang.Object

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

    • ConnectionListener

      public ConnectionListener(io.opentelemetry.context.Context parentContext, io.opentelemetry.instrumentation.netty.common.internal.NettyConnectionRequest request, io.opentelemetry.instrumentation.netty.common.internal.Timer timer)
  • Method Details

    • operationComplete

      public void operationComplete(org.jboss.netty.channel.ChannelFuture future)
      Specified by:
      operationComplete in interface org.jboss.netty.channel.ChannelFutureListener