rpc v1.1.0 (2018-09-06T18:10:46Z)
Dub
Repo
RawRPCServer
rpc
core
Undocumented in source.
abstract
class
RawRPCServer : IRPCServer!(TId, TRequest, TResponse)(
TId
TRequest
TResponse
) {
import
vibe
.
core
.
stream
:
InputStream
,
OutputStream
;
;
import
vibe
.
core
.
stream
:
InputStream
,
OutputStream
;
;
protected
OutputStream
_ostream
;
protected
InputStream
_istream
;
this
(OutputStream ostream, InputStream istream);
}
Constructors
this
this
(OutputStream ostream, InputStream istream)
Undocumented in source.
Members
Variables
_istream
InputStream
_istream
;
Undocumented in source.
_ostream
OutputStream
_ostream
;
Undocumented in source.
Meta
Source
See Implementation
rpc
core
aliases
RPCErrorHandler
RPCRequestHandler
rpcIdType
classes
HttpRPCClient
HttpRPCServer
IdGenerator
RPCException
RPCInterfaceSettings
RPCNotConnectedException
RPCParsingException
RPCTimeoutException
RawRPCClient
RawRPCServer
UnhandledRPCMethod
functions
noRpcMethod
rpcMethod
rpcObjectParams
interfaces
IIdGenerator
IRPCClient
IRPCRequest
IRPCResponse
IRPCServer
IRPCServerOutput
structs
NoRPCMethodAttribute
RPCIdTypeAttribute
RPCMethodAttribute
RPCMethodObjectParams