mirror of
https://github.com/actix/actix-website
synced 2024-11-24 16:52:59 +01:00
1 line
1.0 KiB
JavaScript
1 line
1.0 KiB
JavaScript
initSidebarItems({"enum":[["ClientError","Websocket client error"],["CloseCode","Status code used to indicate why an endpoint is closing the `WebSocket` connection."],["HandshakeError","Websocket handshake errors"],["Message","`WebSocket` Message"],["OpCode","Operation codes as part of rfc6455."],["ProtocolError","Websocket protocol errors"]],"fn":[["handshake","Prepare `WebSocket` handshake response."],["start","Do websocket handshake and start actor"]],"struct":[["Client","`WebSocket` client"],["ClientHandshake","Future that implementes client websocket handshake process."],["ClientReader","Websocket reader client"],["ClientWriter","Websocket writer client"],["CloseReason","Reason for closing the connection"],["Frame","A struct representing a `WebSocket` frame."],["FramedMessage","`WebSocket` message with framing."],["WebsocketContext","Execution context for `WebSockets` actors"],["WsStream","Maps `Payload` stream into stream of `ws::Message` items"]],"trait":[["WsWriter","Common writing methods for a websocket."]]}); |