Class | Description |
---|---|
ClientUpgradeRequest |
Allowing a generate from a UpgradeRequest
|
ClientUpgradeResponse | |
WebSocketClient |
WebSocketClient provides a means of establishing connections to remote websocket endpoints.
|
The core class is WebSocketClient
, which acts as a central configuration object (for example
for connect timeouts
, request cookie store
, etc.) and as a factory for WebSocket Session
objects.
The WebSocket protocol is based on a framing protocol built around an upgraded HTTP connection. It is primarily focused on the sending of messages (text or binary), with an occasional control frame (close, ping, pong) that this implementation uses.
WebSocketClient
holds a number of Sessions
, which in turn
is used to manage physical vs virtual connection handling (mux extension).Copyright © 1995-2015 Webtide. All Rights Reserved.