Uses of Class
org.moera.lib.jsonrpc.JsonRpcClient
Packages that use JsonRpcClient
Package
Description
Moera Naming API client.
Moera Push Relay API client.
-
Uses of JsonRpcClient in org.moera.lib.naming
Subclasses of JsonRpcClient in org.moera.lib.namingModifier and TypeClassDescriptionclass
MoeraNaming
is a client for interfacing with the Moera Naming Service. -
Uses of JsonRpcClient in org.moera.lib.pushrelay
Subclasses of JsonRpcClient in org.moera.lib.pushrelayModifier and TypeClassDescriptionclass
ThePushRelay
class provides an implementation of thePushRelayApi
interface to interact with the Moera Push Relay API.