public interface CloseFuture extends SshFuture<CloseFuture>
SshFuture for asynchronous close requests.| Modifier and Type | Method and Description |
|---|---|
boolean |
isClosed()
Returns true if the close request is finished and the target is closed.
|
void |
setClosed()
Marks this future as closed and notifies all threads waiting for this
future.
|
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, isDone, removeListenerboolean isClosed()
void setClosed()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.