Uses of Class
com.maverick.nio.Daemon

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

Fields in com.maverick.nio declared as Daemon
protected  Daemon SocketConnection.daemon
           
 

Methods in com.maverick.nio that return Daemon
 Daemon DaemonContext.getServer()
          Get the instance of the SSHD for this context.
 

Methods in com.maverick.nio with parameters of type Daemon
 SocketHandler ProtocolContext.createConnection(Daemon daemon)
          Create a socket handler for this protocol.
 void SocketHandler.initialize(ProtocolEngine engine, Daemon daemon)
          Initialize this socket with a ProtocolEngine and the current Daemon.
 void SocketConnection.initialize(ProtocolEngine protocolEngine, Daemon daemon)
          Initialize the socket with the protocol engine and the daemon process.
 

Uses of Daemon in com.maverick.sshd
 

Methods in com.maverick.sshd that return Daemon
 Daemon SshContext.getServer()
          Get the instance of the SSHD for this context.
 

Methods in com.maverick.sshd with parameters of type Daemon
 void SshContext.init(Daemon daemon)
          Initialise the SshContext by setting the daemon
 void SocketForwardingChannel.initialize(ProtocolEngine engine, Daemon daemon)
          No initialization is necessary so this method does nothing.
 

Constructors in com.maverick.sshd with parameters of type Daemon
SshContext(Daemon daemon)
          Constructs a default context
 



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