Anoma.Client.Web.Socket (Anoma v0.34.0)

Summary

Functions

child_spec(opts)

Callback implementation for Phoenix.Socket.Transport.child_spec/1.

connect(state)

Callback implementation for Phoenix.Socket.Transport.connect/1.

handle_in(arg, state)

Callback implementation for Phoenix.Socket.Transport.handle_in/2.

handle_info(arg, state)

@spec handle_info(any(), any()) :: {:push, {:text, String.t()}, any()}

Callback implementation for Phoenix.Socket.Transport.handle_info/2.

init(state)

Callback implementation for Phoenix.Socket.Transport.init/1.

terminate(reason, state)

Callback implementation for Phoenix.Socket.Transport.terminate/2.