|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |