Uses of Class
org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
Packages that use Nio2DefaultIoWriteFuture
-
Uses of Nio2DefaultIoWriteFuture in org.apache.sshd.common.io.nio2
Fields in org.apache.sshd.common.io.nio2 with type parameters of type Nio2DefaultIoWriteFutureModifier and TypeFieldDescriptionprivate final AtomicReference
<Nio2DefaultIoWriteFuture> Nio2Session.currentWrite
private final Queue
<Nio2DefaultIoWriteFuture> Nio2Session.writes
Methods in org.apache.sshd.common.io.nio2 with parameters of type Nio2DefaultIoWriteFutureModifier and TypeMethodDescriptionprotected Nio2CompletionHandler
<Integer, Object> Nio2Session.createWriteCycleCompletionHandler
(Nio2DefaultIoWriteFuture future, AsynchronousSocketChannel socket, ByteBuffer buffer) protected void
Nio2Session.doShutdownOutputStream
(Nio2DefaultIoWriteFuture future, AsynchronousSocketChannel socket) protected void
Nio2Session.finishWrite
(Nio2DefaultIoWriteFuture future) protected void
Nio2Session.handleCompletedWriteCycle
(Nio2DefaultIoWriteFuture future, AsynchronousSocketChannel socket, ByteBuffer buffer, int writeLen, Nio2CompletionHandler<Integer, Object> completionHandler, Integer result, Object attachment) protected void
Nio2Session.handleWriteCycleFailure
(Nio2DefaultIoWriteFuture future, AsynchronousSocketChannel socket, ByteBuffer buffer, int writeLen, Throwable exc, Object attachment)