Phoenix.LiveReload.Channel

Phoenix's live-reload channel

Source

Summary

handle_in(event, message, socket)

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

handle_info(arg1, socket)

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

join(binary1, msg, socket)

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

matches_any_pattern?(path, patterns)
terminate(reason, socket)

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

Functions

handle_in(event, message, socket)

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

Source
handle_info(arg1, socket)

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

Source
join(binary1, msg, socket)

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

Source
matches_any_pattern?(path, patterns)
Source
terminate(reason, socket)

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

Source