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, removeListener
boolean isClosed()
void setClosed()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.