Package | Description |
---|---|
org.apache.sshd.common.io.nio2 |
Modifier and Type | Class and Description |
---|---|
protected class |
Nio2Acceptor.AcceptCompletionHandler |
protected class |
Nio2Connector.ConnectionCompletionHandler |
Modifier and Type | Method and Description |
---|---|
protected Nio2CompletionHandler<Void,Object> |
Nio2Connector.createConnectionCompletionHandler(IoConnectFuture future,
AsynchronousSocketChannel socket,
AttributeRepository context,
PropertyResolver propertyResolver,
IoHandler handler) |
protected Nio2CompletionHandler<Integer,Object> |
Nio2Session.createReadCycleCompletionHandler(ByteBuffer buffer,
Readable bufReader) |
protected Nio2CompletionHandler<Integer,Object> |
Nio2Session.createWriteCycleCompletionHandler(Nio2DefaultIoWriteFuture future,
AsynchronousSocketChannel socket,
ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
protected void |
Nio2Session.doReadCycle(ByteBuffer buffer,
Nio2CompletionHandler<Integer,Object> completion) |
protected void |
Nio2Session.doWriteCycle(ByteBuffer buffer,
Nio2CompletionHandler<Integer,Object> completion) |
protected void |
Nio2Session.handleCompletedWriteCycle(Nio2DefaultIoWriteFuture future,
AsynchronousSocketChannel socket,
ByteBuffer buffer,
int writeLen,
Nio2CompletionHandler<Integer,Object> completionHandler,
Integer result,
Object attachment) |
protected void |
Nio2Session.handleReadCycleCompletion(ByteBuffer buffer,
Readable bufReader,
Nio2CompletionHandler<Integer,Object> completionHandler,
Integer result,
Object attachment) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.