com.sshtools.net
Class ForwardingClient.ActiveTunnel

java.lang.Object
  extended bycom.sshtools.net.ForwardingClient.ActiveTunnel
Enclosing class:
ForwardingClient

public class ForwardingClient.ActiveTunnel
extends java.lang.Object

This class represents an active tunnel.

Author:
Lee David Painter

Method Summary
 void stop()
          Stop's the tunnel from transferring data, closing the channel and the attached socket.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

stop

public void stop()
Stop's the tunnel from transferring data, closing the channel and the attached socket. This is now synchronized to avoid two threads stopping this at the same time



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.