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
Methods in org.apache.sshd.common.io.nio2 with parameters of type Nio2DefaultIoWriteFuture Modifier and Type Method Description protected 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)
-