See: Description
| Interface | Description |
|---|---|
| WebSocketClientListenerInterface |
The WebSocket client listener interface.
|
| Class | Description |
|---|---|
| Frame |
A WebSocket frame.
|
| NonRespondingWebSocketServer |
A negative test server which opens a TCP/IP server socket at local host on port 9999 - but never responses to any incoming TCP/IP connections.
|
| Random |
A thread safe random value generator for WebSockets.
|
| ReceiveAlwaysTimeoutWebSocketServer |
A negative WebSocket test server which runs on local host at port 9999 and accepts unencrypted ws connections - but never reads any inbound frames.
|
| WebSocketClient |
A powerful WebSocket client that supports the measurement of extended performance data to address server bottlenecks.
|
| WebSocketClientConnectTimeoutThread |
An internal thread which supports to detect a WebSocket connect timeout.
|
| WebSocketClientContext |
The context of a WebSocket client.
|
| WebSocketClientSendWatchdogThread |
An internal watchdog thread which monitors timeouts for sending WebSocket frames to the server.
|
| WebSocketClientThread |
An internal WebSocket client thread which receives the frames from the server and calls
the WebSocketClientListenerInterface.
|
| Exception | Description |
|---|---|
| WebSocketClientConnectException |
Signals that an unexpected error did occur during opening a WebSocket connection to the server.
|
| WebSocketClientException |
Signals that an unexpected error did occur during receiving a WebSocket frame.
|
| WebSocketClientListenerException |
Signals that somewhat went wrong in the implementation of an WebSocket client listener.
|
| WebSocketClientSendTimeoutException |
Signals that a timout occurred when sending a WebSocket frame to the server.
|