Package | Description |
---|---|
com.maverick.nio |
This package contains a generic framework for Java NIO daemons.
|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
Modifier and Type | Method and Description |
---|---|
SocketWriteCallback |
ProtocolEngine.onSocketWrite(ByteBuffer applicationData)
The socket is ready for writing.
|
Modifier and Type | Method and Description |
---|---|
SocketWriteCallback |
TransportProtocol.onSocketWrite(ByteBuffer outgoingMessage)
Called when the socket channel is reported to be ready for writing.
|
Copyright © 2024. All rights reserved.