Class Proxy
java.lang.Object
|
+--Proxy
- public class Proxy
- extends java.lang.Object
The main functional proxy class.
Constructor Summary |
Proxy()
|
Method Summary |
(package private) static java.lang.Runnable |
timer()
Checks at a constant intervals whether the user modified the values
of the threads, or asked to stop the proxy. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
stop
private static boolean stop
pc
private static ProxyConnection pc
lastModifiedTime
private static long lastModifiedTime
Proxy
public Proxy()
throws java.io.IOException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
IllegalValuesException
timer
static java.lang.Runnable timer()
- Checks at a constant intervals whether the user modified the values
of the threads, or asked to stop the proxy.