Pixie.Client
SourceSummary
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 |
ping(client) | Explicitly ping the client to stop it from timing out |
set_transport(client, transport_name) | Set the active transport to the connected client |
start_link(id) | |
transport(client) | Retrieve the active transport |
Functions
Deliver some messages to the client in question.
Explicitly tell the client to check for new messages in the backend mailbox.
Get create a process for the transport we're using, also dequeue any messages waiting for us in the backend.
We have an active transport and we've been told to check for messages to dequeue.
Explicitly ping the client to stop it from timing out.
Set the active transport to the connected client.
Retrieve the active transport.