com.raritantechnologies.HTML.tools
Class HTTPProxyServer

java.lang.Object
  extended bycom.raritantechnologies.HTML.tools.HTTPProxyServer
All Implemented Interfaces:
java.lang.Runnable

public class HTTPProxyServer
extends java.lang.Object
implements java.lang.Runnable

Implements an Http Proxy Server. Listens on a port and forwards the request to the 'real' Http Server.


Constructor Summary
HTTPProxyServer(int listenport)
           
 
Method Summary
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

HTTPProxyServer

public HTTPProxyServer(int listenport)
Method Detail

run

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

main

public static void main(java.lang.String[] args)