RawJsonRPCServer

Undocumented in source.

Constructors

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

Members

Functions

registerRequestHandler
void registerRequestHandler(string method, JsonRPCRequestHandler!TId handler)
Undocumented in source. Be warned that the author may not have intended to support it.
sendResponse
void sendResponse(JsonRPCResponse!TId reponse)
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.

Meta