Class ConnectionListener
java.lang.Object
io.opentelemetry.javaagent.instrumentation.netty.v3_8.client.ConnectionListener
- All Implemented Interfaces:
EventListener,org.jboss.netty.channel.ChannelFutureListener
public final 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
ConstructorsConstructorDescriptionConnectionListener(io.opentelemetry.context.Context parentContext, io.opentelemetry.javaagent.instrumentation.netty.common.NettyConnectionRequest request, io.opentelemetry.javaagent.instrumentation.netty.common.Timer timer) -
Method Summary
Modifier and TypeMethodDescriptionvoidoperationComplete(org.jboss.netty.channel.ChannelFuture future)
-
Constructor Details
-
ConnectionListener
public ConnectionListener(io.opentelemetry.context.Context parentContext, io.opentelemetry.javaagent.instrumentation.netty.common.NettyConnectionRequest request, io.opentelemetry.javaagent.instrumentation.netty.common.Timer timer)
-
-
Method Details
-
operationComplete
public void operationComplete(org.jboss.netty.channel.ChannelFuture future) - Specified by:
operationCompletein interfaceorg.jboss.netty.channel.ChannelFutureListener
-