Interface | Description |
---|---|
WebSocketListener |
A listener used to notify about about new WebSocket messages.
|
Class | Description |
---|---|
WebSocketClient |
Web socket client implementation that connects to a specify URI.
|
WebSocketRequests | |
WebSocketService |
Web socket service that allows to interact with JSON-RPC via WebSocket protocol.
|
WebSocketSubscription<T> |
Objects necessary to process a new item received via a WebSocket subscription.
|