rcx.josx.rcxcomm
Class HttpProxy
java.lang.Object
rcx.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
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpProxy
public HttpProxy(int port)
throws java.io.IOException
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException