| Class | Description |
|---|---|
| OperatorCacheSingleWebsocketConnection |
An operator to cache a
WebSocketConnection until it closes, upon which the source that re-creates an HTTP
upgrade request to get a fresh WebSocketConnection is subscribed, to refresh the stale connection in the
cache. |
| WebSocketRequest<O> |
A WebSocket upgrade HTTP request that will generate a
WebSocketResponse |
| WebSocketResponse<T> | |
| Ws7To13UpgradeHandler |
A channel handler to appropriately setup WebSocket upgrade requests and verify upgrade responses.
|