Slack.Socket

Source

Summary

init(handler, socket)

Callback implementation of :websocket_client_handler.init/2

websocket_handle(arg1, socket, state)

Callback implementation of :websocket_client_handler.websocket_handle/3

websocket_info(atom1, socket, state)

Callback implementation of :websocket_client_handler.websocket_info/3

websocket_terminate(reason, socket, state)

Callback implementation of :websocket_client_handler.websocket_terminate/3

Functions

init(handler, socket)

Callback implementation of :websocket_client_handler.init/2.

Source
websocket_handle(arg1, socket, state)

Callback implementation of :websocket_client_handler.websocket_handle/3.

Source
websocket_info(atom1, socket, state)

Callback implementation of :websocket_client_handler.websocket_info/3.

Source
websocket_terminate(reason, socket, state)

Callback implementation of :websocket_client_handler.websocket_terminate/3.

Source