net.gleamynode.netty.channel
Class SucceededChannelFuture

java.lang.Object
  extended by net.gleamynode.netty.channel.CompleteChannelFuture
      extended by net.gleamynode.netty.channel.SucceededChannelFuture
All Implemented Interfaces:
ChannelFuture

public class SucceededChannelFuture
extends CompleteChannelFuture


Constructor Summary
SucceededChannelFuture(Channel channel)
           
 
Method Summary
 Throwable getCause()
           
 boolean isSuccess()
           
 
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
 

Constructor Detail

SucceededChannelFuture

public SucceededChannelFuture(Channel channel)
Method Detail

getCause

public Throwable getCause()

isSuccess

public boolean isSuccess()


Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.