Skip to main content

Module websocket_server

Module websocket_server 

Source

Re-exportsยง

pub use handshake::decode_auth_payload_text;
pub use io::ClientBatchDecodeError;
pub use io::ClientBatchDecodeFailureKind;
pub use io::MAX_CLIENT_BATCH_ENVELOPES;
pub use io::MAX_CLIENT_FRAME_BYTES;
pub use io::decode_client_batch;

Modulesยง

admission ๐Ÿ”’
controller ๐Ÿ”’
websocket controller for one upgraded socket
handshake ๐Ÿ”’
Authenticates the first WebSocket envelope before room admission.
io ๐Ÿ”’
session ๐Ÿ”’