Uses of Interface
com.sshtools.synergy.nio.SocketWriteCallback
Packages that use SocketWriteCallback
-
Uses of SocketWriteCallback in com.sshtools.synergy.nio
Methods in com.sshtools.synergy.nio that return SocketWriteCallbackModifier and TypeMethodDescriptionProtocolEngine.onSocketWrite(ByteBuffer applicationData) The socket is ready for writing. -
Uses of SocketWriteCallback in com.sshtools.synergy.ssh
Methods in com.sshtools.synergy.ssh that return SocketWriteCallbackModifier and TypeMethodDescriptionTransportProtocol.onSocketWrite(ByteBuffer outgoingMessage) Called when the socket channel is reported to be ready for writing.