rpc v1.1.0 (2018-09-06T18:10:46Z)
Dub
Repo
RawJsonRPCAutoClient
rpc
protocol
json
Undocumented in source.
class
RawJsonRPCAutoClient : JsonRPCAutoClient!I(
I
) {
import
vibe
.
core
.
stream
:
InputStream
,
OutputStream
;
;
import
vibe
.
core
.
stream
:
InputStream
,
OutputStream
;
;
import
autointf
;
;
this
(OutputStream ostream, InputStream istream);
}
Constructors
this
this
(OutputStream ostream, InputStream istream)
Undocumented in source.
Meta
Source
See Implementation
rpc
protocol
json
aliases
HTTPJsonRPCClient
IJsonRPCClient
IJsonRPCServer
JsonRPCRequestHandler
classes
HTTPJsonRPCAutoClient
HTTPJsonRPCServer
JsonRPCAutoClient
JsonRPCError
JsonRPCMethodException
JsonRPCRequest
JsonRPCResponse
JsonRPCUserException
RawJsonRPCAutoClient
RawJsonRPCClient
RawJsonRPCServer
TCPJsonRPCAutoClient
TCPJsonRPCClient
TCPJsonRPCServer
functions
jsonRpcMethodHandler