RPCProcessor

Undocumented in source.

Constructors

this
this(FileReader reader, File writer)
Undocumented in source.

Members

Functions

awaitResponse
ResponseMessage awaitResponse(RequestToken tok)
Undocumented in source. Be warned that the author may not have intended to support it.
hasData
bool hasData()
Undocumented in source. Be warned that the author may not have intended to support it.
log
void log(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
notifyMethod
void notifyMethod(string method)
Undocumented in source. Be warned that the author may not have intended to support it.
notifyMethod
void notifyMethod(string method, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
poll
RequestMessage poll()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ResponseMessage res)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(RequestMessage req)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(JSONValue raw)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMethod
void sendMethod(string method)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMethod
void sendMethod(string method, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
sendRequest
ResponseMessage sendRequest(string method, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
window
WindowFunctions window()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

running
bool running;
Undocumented in source.

Meta