Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01

org.apache.soap.util.net
Class TcpTunnel

java.lang.Object
  |
  +--org.apache.soap.util.net.TcpTunnel

public class TcpTunnel
extends java.lang.Object

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


Constructor Summary
TcpTunnel()
           

 

Method Summary
static void main(java.lang.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(java.lang.String[] args)
                 throws java.io.IOException
java.io.IOException

Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01