Uses of Interface
com.maverick.nio.SocketWriteCallback

Packages that use SocketWriteCallback
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. 
 

Uses of SocketWriteCallback in com.maverick.nio
 

Methods in com.maverick.nio that return SocketWriteCallback
 SocketWriteCallback ProtocolEngine.onSocketWrite(java.nio.ByteBuffer applicationData)
          The socket is ready for writing.
 

Uses of SocketWriteCallback in com.maverick.sshd
 

Methods in com.maverick.sshd that return SocketWriteCallback
 SocketWriteCallback TransportProtocol.onSocketWrite(java.nio.ByteBuffer outgoingMessage)
          Called when the socket channel is reported to be ready for writing.
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.