Uses of Interface
org.caleigo.toolkit.tunnel.ITunnelServer

Packages that use ITunnelServer
org.caleigo.service   
org.caleigo.toolkit.tunnel   
 

Uses of ITunnelServer in org.caleigo.service
 

Methods in org.caleigo.service with parameters of type ITunnelServer
 void ServiceProviderServer.addTunnelServer(ITunnelServer tunnelServer)
          Adds an ITunnelServer that should be used to receive connections to this ServiceProviderServer.
 void ServiceProviderServer.removeTunnelServer(ITunnelServer tunnelServer)
          Removes an ITunnelServer and closes all connections that were set up with the use of the tunnel server.
 

Uses of ITunnelServer in org.caleigo.toolkit.tunnel
 

Classes in org.caleigo.toolkit.tunnel that implement ITunnelServer
 class AbstractTunnelServer
           
 class HTTPTunnelServer
           
 class SocketTunnelServer
           
 

Methods in org.caleigo.toolkit.tunnel that return ITunnelServer
 ITunnelServer TunnelServerEvent.getSourceTunnelServer()
           
 

Constructors in org.caleigo.toolkit.tunnel with parameters of type ITunnelServer
TunnelServerEvent(ITunnelServer source, int eventType, ITunnel tunnel)
           
 



Copyright © 2005 Caleigo. All Rights Reserved.