texas v0.3.3 Texas.Channel
Link to this section Summary
Functions
Callback implementation for Phoenix.Channel.code_change/3
Callback implementation for Phoenix.Channel.handle_in/3
Callback implementation for Phoenix.Channel.handle_info/2
Callback implementation for Phoenix.Channel.join/3
Callback implementation for Phoenix.Channel.terminate/2
Link to this section Functions
Link to this function
code_change(old, socket, extra)
Callback implementation for Phoenix.Channel.code_change/3
.
Link to this function
handle_call(atom, from, socket)
Link to this function
handle_in(arg1, arg2, socket)
Callback implementation for Phoenix.Channel.handle_in/3
.
Link to this function
handle_info(message, state)
Callback implementation for Phoenix.Channel.handle_info/2
.
Link to this function
join(binary, map, socket)
Callback implementation for Phoenix.Channel.join/3
.
Link to this function
terminate(reason, socket)
Callback implementation for Phoenix.Channel.terminate/2
.