net.gleamynode.netty.channel
Class FailedChannelFuture
java.lang.Object
net.gleamynode.netty.channel.CompleteChannelFuture
net.gleamynode.netty.channel.FailedChannelFuture
- All Implemented Interfaces:
- ChannelFuture
public class FailedChannelFuture
- extends CompleteChannelFuture
| Methods inherited from class net.gleamynode.netty.channel.CompleteChannelFuture |
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, cancel, getChannel, isCancelled, isDone, removeListener, setFailure, setSuccess |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FailedChannelFuture
public FailedChannelFuture(Channel channel,
Throwable cause)
getCause
public Throwable getCause()
isSuccess
public boolean isSuccess()
Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.