Pixie.Client
SourceSummary
deliver(client_id, messages) | Deliver some messages to the client in question |
dequeue(client_id) | Explicitly tell the client to check for new messages in the backend mailbox |
handle_call(msg, arg2, 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) | Dequeue messages to the transport if possible |
ping(client_id) | Explicitly ping the client to stop it from timing out |
set_transport(client_id, transport_name) | Set the active transport to the connected client |
start_link(id) | |
transport(client_id) | 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.
Dequeue messages to the transport if possible.
Explicitly ping the client to stop it from timing out.
Set the active transport to the connected client.
Retrieve the active transport.