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 transfering 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 transfering data, closing the channel and the attached socket. This is now synchronized to avoid two threads stopping this at the same time



Copyright © 2003 3SP LTD. All Rights Reserved.