|
| Proxy (int port) throws UnknownHostException |
|
| Proxy (InetSocketAddress address) |
|
void | onOpen (WebSocket conn, ClientHandshake handshake) |
|
void | onClose (WebSocket conn, int code, String reason, boolean remote) |
|
void | onMessage (WebSocket conn, String message) |
|
void | onError (WebSocket conn, Exception ex) |
|
synchronized< T > T | send (ProxyMessage< T > message) |
|
void | onOpen () |
|
void | onClose () |
|
void | waitForClients (int numClients) |
|
void | onStart () |
|
The documentation for this class was generated from the following file: