Uses of Class
com.maverick.nio.SelectorThread

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

Fields in com.maverick.nio declared as SelectorThread
protected  SelectorThread SocketConnection.selectorThread
           
 

Methods in com.maverick.nio that return SelectorThread
 SelectorThread SocketConnection.getThread()
          Get the selector thread for this connection
 SelectorThread SelectorThreadPool.selectNextThread()
          Select the next available thread with the minimum load.
 

Methods in com.maverick.nio with parameters of type SelectorThread
 void Daemon.registerHandler(SocketHandler handler, java.nio.channels.SelectableChannel channel, SelectorThread thread)
          Register a socket handler with the daemon.
 void SocketConnection.registrationCompleted(java.nio.channels.SelectableChannel channel, java.nio.channels.SelectionKey key, SelectorThread selectorThread)
          The sockets channel has completed registration.
 void SelectorRegistrationListener.registrationCompleted(java.nio.channels.SelectableChannel channel, java.nio.channels.SelectionKey key, SelectorThread selectorThread)
          The registration completed and its selector added to an available SelectorThread
 void SocketHandler.setThread(SelectorThread thread)
          Sets the selector thread this handler runs upon
 void SocketConnection.setThread(SelectorThread thread)
          Set the selector thread for this connection
 

Uses of SelectorThread in com.maverick.sshd
 

Methods in com.maverick.sshd with parameters of type SelectorThread
 void SocketForwardingChannel.registrationCompleted(java.nio.channels.SelectableChannel channel, java.nio.channels.SelectionKey key, SelectorThread selectorThread)
           
 void SocketForwardingChannel.setThread(SelectorThread thread)
          Sets the selector thread for this connection
 



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