com.liferay.portal.fabric.netty.client
Class NettyFabricClient.PostDisconnectChannelFutureListener
java.lang.Object
com.liferay.portal.fabric.netty.client.NettyFabricClient.PostDisconnectChannelFutureListener
- All Implemented Interfaces:
- io.netty.channel.ChannelFutureListener, io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>, EventListener
- Enclosing class:
- NettyFabricClient
protected class NettyFabricClient.PostDisconnectChannelFutureListener
- extends Object
- implements io.netty.channel.ChannelFutureListener
| Fields inherited from interface io.netty.channel.ChannelFutureListener |
CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
repository
protected final Repository<io.netty.channel.Channel> repository
NettyFabricClient.PostDisconnectChannelFutureListener
protected NettyFabricClient.PostDisconnectChannelFutureListener(Repository<io.netty.channel.Channel> repository)
operationComplete
public void operationComplete(io.netty.channel.ChannelFuture channelFuture)
- Specified by:
operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>