Package org.ldaptive.transport.netty
Class NettyConnection.LogFutureListener
- java.lang.Object
-
- org.ldaptive.transport.netty.NettyConnection.LogFutureListener
-
- All Implemented Interfaces:
io.netty.channel.ChannelFutureListener
,io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>
,EventListener
- Enclosing class:
- NettyConnection
private final class NettyConnection.LogFutureListener extends Object implements io.netty.channel.ChannelFutureListener
Listener that logs the future success state when it occurs.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
LogFutureListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
operationComplete(io.netty.channel.ChannelFuture future)
-