View Source Phoenix.LiveReloader.Channel (Phoenix Live-Reload v1.5.3)

Phoenix's live-reload channel.

Summary

Functions

Link to this function

handle_in(binary, map, socket)

View Source

Callback implementation for Phoenix.Channel.handle_in/3.

Link to this function

handle_info(arg, 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.