org.gwe.drivers.netAccess.tunneling
Class HostTunnel

java.lang.Object
  extended by org.gwe.drivers.netAccess.tunneling.HostTunnel

public class HostTunnel
extends java.lang.Object

Since:
Dec 7, 2008
Author:
Marco Ruiz

Field Summary
static int NO_TUNNEL_PORT
           
 
Constructor Summary
HostTunnel(ResourceLink<? extends HostHandle> link)
           
 
Method Summary
 int openTunnel(ThinURI hostURI, int remotePort, boolean force)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_TUNNEL_PORT

public static final int NO_TUNNEL_PORT
See Also:
Constant Field Values
Constructor Detail

HostTunnel

public HostTunnel(ResourceLink<? extends HostHandle> link)
Method Detail

openTunnel

public int openTunnel(ThinURI hostURI,
                      int remotePort,
                      boolean force)
               throws HostTunnelException
Throws:
HostTunnelException


Copyright © 2007-2009. All Rights Reserved.