See: Description
Interface | Description |
---|---|
WebSocketService |
An interface for actors that handle WebSocket requests.
|
Class | Description |
---|---|
PtolemyWebSocketClientFactory |
A singleton factory class that creates websocket clients.
|
PtolemyWebSocketServlet |
A servlet that manages locally hosted websockets.
|
WebSocketConnectionManager |
A singleton factory class that creates and tracks websocket connections.
|
WebSocketEndpoint |
A class that keeps a reference to the WebSocket connection, notifies
services of incoming messages and allows services to write to the WebSocket.
|
WebSocketReader |
An actor that reads information from a websocket.
|
WebSocketWriter |
An actor that writes information to a websocket.
|