texas v0.2.0 Texas.Channel

Summary

Functions

Callback implementation for c:Phoenix.Channel.code_change/3

Callback implementation for c:Phoenix.Channel.handle_in/3

Callback implementation for c:Phoenix.Channel.handle_info/2

Callback implementation for c:Phoenix.Channel.join/3

Callback implementation for c:Phoenix.Channel.terminate/2

Functions

code_change(old, socket, extra)

Callback implementation for c:Phoenix.Channel.code_change/3.

handle_call(atom, from, socket)
handle_in(arg1, arg2, socket)

Callback implementation for c:Phoenix.Channel.handle_in/3.

handle_info(message, state)

Callback implementation for c:Phoenix.Channel.handle_info/2.

join(binary, map, socket)

Callback implementation for c:Phoenix.Channel.join/3.

terminate(reason, socket)

Callback implementation for c:Phoenix.Channel.terminate/2.