org.apache.ws.commons.tcpmon
Class TcpTunnel

java.lang.Object
  extended by org.apache.ws.commons.tcpmon.TcpTunnel

public class TcpTunnel
extends Object

A TcpTunnel object listens on the given port, and once Start is pressed, will forward all bytes to the given host and port.

Author:
Sanjiva Weerawarana (sanjiva@watson.ibm.com)

Constructor Summary
TcpTunnel()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpTunnel

public TcpTunnel()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © The Apache Software Foundation. All Rights Reserved.