Class ChannelRunnableWrapper
java.lang.Object
org.jboss.netty.channel.DefaultChannelFuture
org.jboss.netty.channel.socket.ChannelRunnableWrapper
- All Implemented Interfaces:
Runnable, ChannelFuture
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DefaultChannelFuture
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, getCause, getChannel, isCancelled, isDone, isSuccess, isUseDeadLockChecker, removeListener, setFailure, setProgress, setSuccess, setUseDeadLockChecker, sync, syncUninterruptibly
-
Field Details
-
task
-
started
private boolean started
-
-
Constructor Details
-
ChannelRunnableWrapper
-
-
Method Details
-
run
-
cancel
public boolean cancel()Description copied from interface:ChannelFutureCancels the I/O operation associated with this future and notifies all listeners if canceled successfully.- Specified by:
cancelin interfaceChannelFuture- Overrides:
cancelin classDefaultChannelFuture- Returns:
trueif and only if the operation has been canceled.falseif the operation can't be canceled or is already completed.
-