HttpRPCClient

Base implementation of an Http RPC client.

More...

Constructors

this
this(string url)
Undocumented in source.

Members

Functions

connect
bool connect()
Undocumented in source. Be warned that the author may not have intended to support it.
sendRequestAndWait
TResponse sendRequestAndWait(TRequest request, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
void tick()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

connected
bool connected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Detailed Description

Template Params

TId = The type used to identify rpc request. TRequest = Request type, must be an IRPCRequest. TResponse = Reponse type, must be an IRPCResponse.

Meta