com.raritantechnologies.HTML.tools
Class HttpTunnel

java.lang.Object
  extended bycom.raritantechnologies.HTML.tools.HttpTunnel
All Implemented Interfaces:
IConfigurable, java.lang.Runnable

public class HttpTunnel
extends java.lang.Object
implements java.lang.Runnable, IConfigurable

Implements a HTTP tunnel.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Constructor Summary
HttpTunnel()
           
HttpTunnel(java.lang.String tunnelHost, int listenport)
           
 
Method Summary
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpTunnel

public HttpTunnel()

HttpTunnel

public HttpTunnel(java.lang.String tunnelHost,
                  int listenport)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

initialize

public void initialize(org.w3c.dom.Element elem)
Description copied from interface: IConfigurable
Initializes the object from an XML tag or element. This method is called by the Framework as part of the application initializtion. see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory. Configurable objects that are owned or contained by other configurable objects will be initialized in by the parent object.

Specified by:
initialize in interface IConfigurable

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException