josx.rcxcomm
Class HttpProxy

java.lang.Object
  extended byjosx.rcxcomm.HttpProxy

public class HttpProxy
extends 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.


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

Constructor Detail

HttpProxy

public HttpProxy(int port)
          throws IOException
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException