wt.httpgw
Class HTTPGatewayMain

java.lang.Object
  extended bywt.httpgw.HTTPGatewayMain

public class HTTPGatewayMain
extends Object

The HTTP gateway application main. This class contains the main method executed when starting a HTTP gateway as a CGI program.


Constructor Summary
HTTPGatewayMain()
           
 
Method Summary
static void main(String[] args)
          Main routine for use by CGI wrapper.
private static void run(OutputStream cgi_out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPGatewayMain

public HTTPGatewayMain()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Main routine for use by CGI wrapper.

Throws:
IOException

run

private static void run(OutputStream cgi_out)
                 throws IOException
Throws:
IOException