Uses of Interface
com.maverick.nio.ClientConnector

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

Methods in com.maverick.nio with parameters of type ClientConnector
 void Daemon.registerConnector(ClientConnector connector, java.nio.channels.SocketChannel socketChannel)
          Register a client connector with the daemon.
 

Uses of ClientConnector in com.maverick.sshd
 

Classes in com.maverick.sshd that implement ClientConnector
 class LocalForwardingChannel
          Implements a Local forwarding channel for use with forwarding sockets from the client machine through the server to some endpoint reachable from the server machine.
 



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