All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.webconcepts.net.HttpProxyServer

java.lang.Object
   |
   +----COM.webconcepts.net.MultiThreadServer
           |
           +----COM.webconcepts.net.HttpProxyServer

public class HttpProxyServer
extends MultiThreadServer
An HttpProxyServer is a command-line daemon based on the MultiThreadServer framework. It accepts all of the default behaviors from that framework and implements a simple main() method for command-line launching of the service. All of the protocol handling and real work is done by HttpProxyServiceThread.

See Also:
HttpProxyServiceThread, MultiThreadServer

Variable Index

 o DEFAULT_HTTP_PROXY_PORT

Method Index

 o main(String[])
launches the proxy service

Variables

 o DEFAULT_HTTP_PROXY_PORT
 public static final int DEFAULT_HTTP_PROXY_PORT

Methods

 o main
 public static void main(String args[])
launches the proxy service

Parameters:
args - the command-line arguments: either none or an integer naming the port to listen on for proxy request

All Packages  Class Hierarchy  This Package  Previous  Next  Index