All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----JavaGroups.JavaStack.Protocol | +----JavaGroups.JavaStack.Protocols.TUNNEL
router_host
and
router_port
. All outgoing traffic is sent via this TCP socket to the Router which
distributes it to all connected TUNNELs in this group. Incoming traffic received from Router will
simply be passed up the stack.
A TUNNEL layer can be used to penetrate a firewall, most firewalls allow creating TCP connections to the outside world, however, they do not permit outside hosts to initiate a TCP connection to a host inside the firewall. Therefore, the connection created by the inside host is reused by Router to send traffic from an outside host to a host inside the firewall.
public TUNNEL()
public String toString()
public synchronized void HandleIncomingMessage(Message msg)
public void run()
public String GetName()
public boolean SetProperties(Properties props)
public void Up(Event evt)
public synchronized void Down(Event evt)
All Packages Class Hierarchy This Package Previous Next Index