Pixie.Client

Source

Summary

deliver(client, messages)

Deliver some messages to the client in question

dequeue(client)

Explicitly tell the client to check for new messages in the backend mailbox

handle_call(msg, from, state)

Get create a process for the transport we're using, also dequeue any messages waiting for us in the backend

handle_cast(msg, state)

We have an active transport and we've been told to check for messages to dequeue

set_transport(client, transport_name)

Set the active transport to the connected client

start_link(id)
transport(client)

Retrieve the active transport

Functions

deliver(client, messages)

Deliver some messages to the client in question.

Source
dequeue(client)

Explicitly tell the client to check for new messages in the backend mailbox.

Source
handle_call(msg, from, state)

Get create a process for the transport we're using, also dequeue any messages waiting for us in the backend.

Source
handle_cast(msg, state)

We have an active transport and we've been told to check for messages to dequeue.

Source
set_transport(client, transport_name)

Set the active transport to the connected client.

Source
start_link(id)
Source
transport(client)

Retrieve the active transport.

Source