Phoenix Live-Reload v1.1.2 Phoenix.LiveReloader.Channel View Source

Phoenix’s live-reload channel

Link to this section Summary

Link to this section Functions

Link to this function code_change(old, socket, extra) View Source

Callback implementation for Phoenix.Channel.code_change/3.

Link to this function handle_in(event, message, socket) View Source

Callback implementation for Phoenix.Channel.handle_in/3.

Link to this function handle_info(arg1, socket) View Source

Callback implementation for Phoenix.Channel.handle_info/2.

Link to this function join(binary, msg, socket) View Source

Callback implementation for Phoenix.Channel.join/3.

Link to this function terminate(reason, socket) View Source

Callback implementation for Phoenix.Channel.terminate/2.