public interface CloseFuture extends SshFuture<CloseFuture>
SshFuture
for asynchronous close requests.Modifier and Type | Method and Description |
---|---|
boolean |
isClosed() |
void |
setClosed()
Marks this future as closed and notifies all threads waiting for this future.
|
addListener, removeListener
await, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, getId, isDone
boolean isClosed()
void setClosed()
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.