|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TunnelException | |
org.caleigo.toolkit.tunnel |
Uses of TunnelException in org.caleigo.toolkit.tunnel |
Methods in org.caleigo.toolkit.tunnel that throw TunnelException | |
void |
SocketTunnelServer.initialize()
|
void |
SocketTunnelServer.finalize()
|
void |
SocketTunnel.initialize()
|
void |
SocketTunnel.finalize()
|
protected void |
SocketTunnel.setUpConnection()
|
void |
ITunnelServer.initialize()
Initializes the ITunnelServer. |
void |
ITunnelServer.finalize()
Performs cleanup for this ITunnelServer. |
void |
ITunnel.initialize()
Initializes the ITunnel. |
void |
ITunnel.finalize()
Performs cleanup for this ITunnel. |
int |
ITunnel.ping()
Sends a ping message over this ITunnel. |
void |
ITunnel.send(java.lang.Object message)
Sends a message over this ITunnel. |
java.lang.Object |
ITunnel.ask(java.lang.Object message)
Sends a request/reply message over this ITunnel. |
void |
HTTPTunnel.initialize()
|
void |
HTTPTunnel.finalize()
|
protected void |
HTTPTunnel.setUpConnection()
|
void |
AbstractTunnelServer.initialize()
Initializes the ITunnelServer. |
void |
AbstractTunnelServer.finalize()
Performs cleanup for this ITunnelServer. |
protected void |
AbstractTunnelServer.setUpTunnel(java.lang.Object connectionMessage,
ITunnel tunnel)
Try to set up the provided ITunnel based on the information contined in the connection message. |
void |
AbstractTunnel.initialize()
Initializes the ITunnel. |
void |
AbstractTunnel.finalize()
Performs cleanup for this ITunnel. |
int |
AbstractTunnel.ping()
Sends a ping message over this ITunnel. |
void |
AbstractTunnel.send(java.lang.Object message)
Sends a message over this ITunnel. |
java.lang.Object |
AbstractTunnel.ask(java.lang.Object message)
Sends a request/reply message over this ITunnel. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |