org.infinispan.server.core.transport
Interface ChannelFuture
- All Known Implementing Classes:
- NettyChannelFuture
public interface ChannelFuture
ChannelFuture.
- Since:
- 4.0
- Author:
- Galder ZamarreƱo
getChannel
Channel getChannel()
isDone
boolean isDone()
isCancelled
boolean isCancelled()
setSuccess
boolean setSuccess()
setFailure
boolean setFailure(Throwable cause)
await
ChannelFuture await()
throws InterruptedException
- Throws:
InterruptedException
awaitUninterruptibly
ChannelFuture awaitUninterruptibly()
await
boolean await(long timeout,
TimeUnit unit)
throws InterruptedException
- Throws:
InterruptedException
await
boolean await(long timeoutMillis)
throws InterruptedException
- Throws:
InterruptedException
awaitUninterruptibly
boolean awaitUninterruptibly(long timeout,
TimeUnit unit)
awaitUninterruptibly
boolean awaitUninterruptibly(long timeoutMillis)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.