Package org.jboss.netty.channel
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 org.jboss.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when the I/O operation associated with theChannelFuture
has been completed.
-
Field Details
-
future
-
-
Constructor Details
-
ChannelFutureNotifier
-
-
Method Details
-
operationComplete
Description copied from interface:ChannelFutureListener
Invoked when the I/O operation associated with theChannelFuture
has been completed.- Specified by:
operationComplete
in interfaceChannelFutureListener
- Parameters:
cf
- the sourceChannelFuture
which called this callback- Throws:
Exception
-