module WebSocket
Nested Classes and Modules
class ClientThis is a basic synchronous websocket client:
class ConnectRequestThis is required for HTTP/2 to establish a connection using the WebSocket protocol. See https://tools.ietf.org/html/rfc8441 for more details.
class ConnectResponseThe response from the server back to the client for negotiating HTTP/2 WebSockets.
class ConnectionThis is a basic synchronous websocket client:
class UpgradeRequestThis is required for HTTP/1.x to upgrade the connection to the WebSocket protocol. See https://tools.ietf.org/html/rfc6455
class UpgradeResponseThe response from the server back to the client for negotiating HTTP/1.x WebSockets.