elixir_ale_dummy v0.1.2-alpha ElixirALEDummy.Web.SocketHandler
Link to this section Summary
Functions
Callback implementation for c::cowboy_websocket_handler.websocket_handle/3
Callback implementation for c::cowboy_websocket_handler.websocket_info/3
Callback implementation for c::cowboy_websocket_handler.websocket_init/3
Callback implementation for c::cowboy_websocket_handler.websocket_terminate/3
Link to this section Functions
Link to this function
init(arg, req, opts)
Link to this function
websocket_handle(arg1, req, state)
Callback implementation for c::cowboy_websocket_handler.websocket_handle/3
.
Link to this function
websocket_info(arg1, req, state)
Callback implementation for c::cowboy_websocket_handler.websocket_info/3
.
Link to this function
websocket_init(TransportName, req, opts)
Callback implementation for c::cowboy_websocket_handler.websocket_init/3
.
Link to this function
websocket_terminate(reason, req, state)
Callback implementation for c::cowboy_websocket_handler.websocket_terminate/3
.