Module Protocols.WebSocket
- Description
This module implements the WebSocket protocol as described in RFC 6455.
- Constant deflate_default_options
constantProtocols.WebSocket.deflate_default_options- Description
Global default options for all WebSocket connections using the
permessage-deflateextension.- See also
- Typedef extension_factory
typedeffunction(bool,mapping,mapping:object)|programProtocols.WebSocket.extension_factory- Description
Extension factories are used during connection negotiation to create the Extension objects for a Connection.
- Typedef message_callback
typedeffunction(Frame,mixed:void) Protocols.WebSocket.message_callback