net.gleamynode.netty.channel
Class SucceededChannelFuture
java.lang.Object
net.gleamynode.netty.channel.CompleteChannelFuture
net.gleamynode.netty.channel.SucceededChannelFuture
- All Implemented Interfaces:
- ChannelFuture
public class SucceededChannelFuture
- 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 |
SucceededChannelFuture
public SucceededChannelFuture(Channel channel)
getCause
public Throwable getCause()
isSuccess
public boolean isSuccess()
Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.