Class NettyIoWriteFuture
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.future.DefaultSshFuture<org.apache.sshd.common.io.IoWriteFuture>
org.apache.sshd.common.io.AbstractIoWriteFuture
org.aesh.terminal.ssh.netty.NettyIoWriteFuture
- All Implemented Interfaces:
org.apache.sshd.common.future.SshFuture<org.apache.sshd.common.io.IoWriteFuture>, org.apache.sshd.common.io.IoWriteFuture
public class NettyIoWriteFuture
extends org.apache.sshd.common.io.AbstractIoWriteFuture
- Author:
- Julien Viet
-
Field Summary
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.common.io.AbstractIoWriteFuture
getException, isWritten, verify, verify, verifyMethods inherited from class org.apache.sshd.common.future.DefaultSshFuture
addListener, await, await, await, await0, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, cancel, getValue, isCanceled, isDone, removeListener, setValue, verifyResultMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.sshd.common.future.SshFuture
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, isDone, removeListener
-
Constructor Details
-
NettyIoWriteFuture
public NettyIoWriteFuture()
-