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 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)
-