josx.rcxcomm
Class HttpProxy

java.lang.Object
  |
  +--josx.rcxcomm.HttpProxy

public class HttpProxy
extends java.lang.Object

A Proxy for sending HTTP requests to the RCX. Listens on the port specified by -port (default 80). If the RCX is currently servicing a request, it returns the massge "RCX is Busy". The constructor does not return - it runs forever.

Author:
Lawrie Griffiths

Constructor Summary
HttpProxy(int port)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpProxy

public HttpProxy(int port)
          throws java.io.IOException
Method Detail

main

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