Struct wamp::client::ConnectionHandler [] [src]

pub struct ConnectionHandler { /* fields omitted */ }

Trait Implementations

impl Handler for ConnectionHandler
[src]

Called when the WebSocket handshake is successful and the connection is open for sending and receiving messages. Read more

Called on incoming messages.

Called any time this endpoint receives a close control frame. This may be because the other endpoint is initiating a closing handshake, or it may be the other endpoint confirming the handshake initiated by this endpoint. Read more

Called when a timeout is triggered. Read more

A method for creating the initial handshake request for WebSocket clients. Read more

Called when a request to shutdown all connections has been received.

Called when an error occurs on the WebSocket.

A method for handling the low-level workings of the request portion of the WebSocket handshake. Read more

A method for handling the low-level workings of the response portion of the WebSocket handshake. Read more

Called when a timeout has been scheduled on the eventloop. Read more

A method for handling incoming frames. Read more

A method for handling outgoing frames. Read more

impl Debug for ConnectionHandler
[src]

Formats the value using the given formatter.