RawJsonRPCClient

Undocumented in source.

Constructors

this
this(OutputStream ostream, InputStream istream)
Undocumented in source.

Members

Functions

sendRequestAndWait
JsonRPCResponse!TId sendRequestAndWait(JsonRPCRequest!TId request, Duration timeout)

Send a request with an auto-generated id.

tick
void tick()
Undocumented in source. Be warned that the author may not have intended to support it.
waitForResponse
JsonRPCResponse!TId waitForResponse(TId id, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta