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. currentWrite
private java.util.Queue<Nio2DefaultIoWriteFuture>
Nio2Session. writes
Methods 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 void
Nio2Session. doShutdownOutputStream(Nio2DefaultIoWriteFuture future, java.nio.channels.AsynchronousSocketChannel socket)
protected void
Nio2Session. finishWrite(Nio2DefaultIoWriteFuture future)
protected void
Nio2Session. 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 void
Nio2Session. handleWriteCycleFailure(Nio2DefaultIoWriteFuture future, java.nio.channels.AsynchronousSocketChannel socket, java.nio.ByteBuffer buffer, int writeLen, java.lang.Throwable exc, java.lang.Object attachment)
-