RawJsonRpcServer

Constructors

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

Members

Aliases

RequestHandler
alias RequestHandler = JsonRpcRequestHandler!(TId, TReq, TResp)
Undocumented in source.

Functions

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