Uses of Interface
com.toremote.gateway.client.SessionWriterInterface

Packages that use SessionWriterInterface
com.toremote.gateway.client   
com.toremote.gateway.plugin   
 

Uses of SessionWriterInterface in com.toremote.gateway.client
 

Classes in com.toremote.gateway.client that implement SessionWriterInterface
 class ClientManager
          Used to manage session on gateway, you can use ClientManager.getInstance() to get the instance and manage sessions on gateway.
 

Uses of SessionWriterInterface in com.toremote.gateway.plugin
 

Methods in com.toremote.gateway.plugin with parameters of type SessionWriterInterface
 void ManagerInterface.setSessionManager(SessionWriterInterface sessionMan)
          Get the session manager here and control sessions on the gateway.