Starship.Reactor.Websocket (Starship v0.0.1) View Source
Functions for handling Websocket Requests in Starship.Reactor
.
Link to this section Summary
Link to this section Functions
Specs
Specs
Specs
Specs
handle_fragment(bitstring(), map(), Starship.Reactor.Websocket.Frame.opcode()) :: {:keepalive, map()}
Specs
Specs
Specs
Specs
handle_ws_frame(binary(), map()) :: {Starship.Reactor.connection_state(), map()}
Specs
handle_ws_handshake(Starship.Reactor.Conn.t(), map()) :: {Starship.Reactor.connection_state(), map()}