- HTTPJsonRPCAutoClient
class HTTPJsonRPCAutoClient(I)
Undocumented in source.
- HTTPJsonRPCServer
class HTTPJsonRPCServer(TId)
- JsonRPCAutoClient
class JsonRPCAutoClient(I)
Base class to create a Json RPC automatic client.
- JsonRPCError
class JsonRPCError
- JsonRPCMethodException
class JsonRPCMethodException
Encapsulate a json-rpc error response.
- JsonRPCRequest
class JsonRPCRequest(TId)
- JsonRPCResponse
class JsonRPCResponse(TId)
- JsonRPCUserException
class JsonRPCUserException
Exception to be used inside rpc handler, to throw user defined json-rpc error.
- RawJsonRPCAutoClient
class RawJsonRPCAutoClient(I)
Undocumented in source.
- RawJsonRPCClient
class RawJsonRPCClient(TId)
Undocumented in source.
- RawJsonRPCServer
class RawJsonRPCServer(TId)
Undocumented in source.
- TCPJsonRPCAutoClient
class TCPJsonRPCAutoClient(I)
Undocumented in source.
- TCPJsonRPCClient
class TCPJsonRPCClient(TId)
Undocumented in source.
- TCPJsonRPCServer
class TCPJsonRPCServer(TId)
Undocumented in source.
Json-Rpc 2.0 protocol implementation.