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
-
DEFAULT_HTTP_PROXY_PORT
-
-
main(String[])
- launches the proxy service
DEFAULT_HTTP_PROXY_PORT
public static final int DEFAULT_HTTP_PROXY_PORT
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