Class ChannelFutureNotifier
java.lang.Object
org.jboss.netty.channel.ChannelFutureNotifier
- All Implemented Interfaces:
EventListener, ChannelFutureListener
ChannelFutureListener implementation which takes another ChannelFuture and notifies it
once the operationComplete method was called.
-
Field Summary
FieldsFields inherited from interface ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when the I/O operation associated with theChannelFuturehas been completed.
-
Field Details
-
future
-
-
Constructor Details
-
ChannelFutureNotifier
-
-
Method Details
-
operationComplete
Description copied from interface:ChannelFutureListenerInvoked when the I/O operation associated with theChannelFuturehas been completed.- Specified by:
operationCompletein interfaceChannelFutureListener- Parameters:
cf- the sourceChannelFuturewhich called this callback- Throws:
Exception
-