net.gleamynode.netty.channel
Class FailedChannelFuture

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

public class FailedChannelFuture
extends CompleteChannelFuture


Constructor Summary
FailedChannelFuture(Channel channel, Throwable cause)
           
 
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

FailedChannelFuture

public FailedChannelFuture(Channel channel,
                           Throwable cause)
Method Detail

getCause

public Throwable getCause()

isSuccess

public boolean isSuccess()


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