Uses of Class
com.toremote.websocket.handler.AbstractSessionHandler

Packages that use AbstractSessionHandler
com.toremote.gateway.client   
com.toremote.websocket.handler   
 

Uses of AbstractSessionHandler in com.toremote.gateway.client
 

Fields in com.toremote.gateway.client with type parameters of type AbstractSessionHandler
(package private)  java.util.Map<java.lang.String,AbstractSessionHandler> ClientManager.clients
           
 

Methods in com.toremote.gateway.client with parameters of type AbstractSessionHandler
 void ClientManager.addClient(java.lang.String id, AbstractSessionHandler handler)
          add session, session implements AbstractSessionHandler will be automatically added
 

Uses of AbstractSessionHandler in com.toremote.websocket.handler
 

Subclasses of AbstractSessionHandler in com.toremote.websocket.handler
 class JoinHandler
           
 class JoinVncHandler
           
 class RdpHandler
           
 class SSHHandler
           
 class VncHandler
           
 

Methods in com.toremote.websocket.handler that return AbstractSessionHandler
static AbstractSessionHandler JoinManager.getHandler(java.lang.String path)