Uses of Interface
com.maverick.nio.SocketHandler

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

Classes in com.maverick.nio that implement SocketHandler
 class SocketConnection
          This class implements a SocketHandler using a standard socket.
 

Methods in com.maverick.nio that return SocketHandler
 SocketHandler ProtocolContext.createConnection(Daemon daemon)
          Create a socket handler for this protocol.
protected  SocketHandler ProtocolContext.createConnectionImpl()
          Creates a socket handler from the configured implementation class.
 

Methods in com.maverick.nio with parameters of type SocketHandler
 void Daemon.registerHandler(SocketHandler handler, java.nio.channels.SelectableChannel channel)
          Register a socket handler with the daemon.
 void Daemon.registerHandler(SocketHandler handler, java.nio.channels.SelectableChannel channel, SelectorThread thread)
          Register a socket handler with the daemon.
 

Uses of SocketHandler in com.maverick.sshd
 

Classes in com.maverick.sshd that implement SocketHandler
 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.
 class RemoteForwardingChannel
          Implements a Remote forwarding channel for use with forwarding sockets from the server machine through the client to some endpoint reachable from the client machine.
 class SocketForwardingChannel
          An abstract forwarding channel implementation for use with forwarding both local and remote sockets.
 



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