Uses of Class
com.maverick.nio.SocketConnection

Packages that use SocketConnection
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 SocketConnection in com.maverick.nio
 

Methods in com.maverick.nio that return SocketConnection
 SocketConnection ProtocolEngine.getSocketConnection()
          Get the SocketConnection for this connection.
 

Methods in com.maverick.nio with parameters of type SocketConnection
 void ProtocolEngine.onSocketConnect(SocketConnection connection)
          The socket is connected and the protocol can now start.
 

Uses of SocketConnection in com.maverick.sshd
 

Methods in com.maverick.sshd that return SocketConnection
 SocketConnection TransportProtocol.getSocketConnection()
           
 

Methods in com.maverick.sshd with parameters of type SocketConnection
 void TransportProtocol.onSocketConnect(SocketConnection connection)
           
 



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