Module actix_web_actors::ws[][src]

Expand description

Websocket integration.

Structs

Reason for closing the connection

Execution context for WebSockets actors

Builder for Websocket session response.

Enums

Status code used to indicate why an endpoint is closing the WebSocket connection.

A WebSocket frame.

WebSocket handshake errors

A WebSocket message.

WebSocket protocol errors.

Functions

Prepare WebSocket handshake response.

Prepare WebSocket handshake response.

Perform WebSocket handshake and start actor.

start_with_addrDeprecated

Perform WebSocket handshake and start actor.

Do WebSocket handshake and start ws actor.