Uses of Class
org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
-
Packages that use Nio2DefaultIoWriteFuture Package Description org.apache.sshd.common.io.nio2 -
-
Uses of Nio2DefaultIoWriteFuture in org.apache.sshd.common.io.nio2
Fields in org.apache.sshd.common.io.nio2 with type parameters of type Nio2DefaultIoWriteFuture Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<Nio2DefaultIoWriteFuture>Nio2Session. currentWriteprivate java.util.Queue<Nio2DefaultIoWriteFuture>Nio2Session. writesMethods in org.apache.sshd.common.io.nio2 with parameters of type Nio2DefaultIoWriteFuture Modifier and Type Method Description protected Nio2CompletionHandler<java.lang.Integer,java.lang.Object>Nio2Session. createWriteCycleCompletionHandler(Nio2DefaultIoWriteFuture future, java.nio.channels.AsynchronousSocketChannel socket, java.nio.ByteBuffer buffer)protected voidNio2Session. doShutdownOutputStream(Nio2DefaultIoWriteFuture future, java.nio.channels.AsynchronousSocketChannel socket)protected voidNio2Session. finishWrite(Nio2DefaultIoWriteFuture future)protected voidNio2Session. handleCompletedWriteCycle(Nio2DefaultIoWriteFuture future, java.nio.channels.AsynchronousSocketChannel socket, java.nio.ByteBuffer buffer, int writeLen, Nio2CompletionHandler<java.lang.Integer,java.lang.Object> completionHandler, java.lang.Integer result, java.lang.Object attachment)protected voidNio2Session. handleWriteCycleFailure(Nio2DefaultIoWriteFuture future, java.nio.channels.AsynchronousSocketChannel socket, java.nio.ByteBuffer buffer, int writeLen, java.lang.Throwable exc, java.lang.Object attachment)
-