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.currentWriteprivate final Queue<Nio2DefaultIoWriteFuture> Nio2Session.writesMethods 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 voidNio2Session.doShutdownOutputStream(Nio2DefaultIoWriteFuture future, AsynchronousSocketChannel socket) protected voidNio2Session.finishWrite(Nio2DefaultIoWriteFuture future) protected voidNio2Session.handleCompletedWriteCycle(Nio2DefaultIoWriteFuture future, AsynchronousSocketChannel socket, ByteBuffer buffer, int writeLen, Nio2CompletionHandler<Integer, Object> completionHandler, Integer result, Object attachment) protected voidNio2Session.handleWriteCycleFailure(Nio2DefaultIoWriteFuture future, AsynchronousSocketChannel socket, ByteBuffer buffer, int writeLen, Throwable exc, Object attachment)