wt.httpgw
Class HTTPGatewayMain
java.lang.Object
wt.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.
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 |
HTTPGatewayMain
public HTTPGatewayMain()
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