Uses of Class
org.moera.lib.jsonrpc.JsonRpcRequest
Packages that use JsonRpcRequest
Package
Description
JSON-RPC 2.0 client.
Moera Naming API client.
Moera Push Relay API client.
-
Uses of JsonRpcRequest in org.moera.lib.jsonrpc
Methods in org.moera.lib.jsonrpc with parameters of type JsonRpcRequestModifier and TypeMethodDescriptionOkHttpFetcher.apply
(JsonRpcRequest jsonRpcRequest) Processes a JSON-RPC request and fetches the corresponding JSON-RPC response from a remote server.Constructor parameters in org.moera.lib.jsonrpc with type arguments of type JsonRpcRequestModifierConstructorDescriptionJsonRpcClient
(Function<JsonRpcRequest, JsonRpcResponse> fetcher) Constructs a new instance ofJsonRpcClient
with the specified fetcher function, which handles sending JSON-RPC requests and receiving responses. -
Uses of JsonRpcRequest in org.moera.lib.naming
Constructor parameters in org.moera.lib.naming with type arguments of type JsonRpcRequestModifierConstructorDescriptionMoeraNaming
(Function<JsonRpcRequest, JsonRpcResponse> fetcher) Constructs a new instance of theMoeraNaming
class using the provided fetcher function. -
Uses of JsonRpcRequest in org.moera.lib.pushrelay
Constructor parameters in org.moera.lib.pushrelay with type arguments of type JsonRpcRequestModifierConstructorDescriptionPushRelay
(Function<JsonRpcRequest, JsonRpcResponse> fetcher) Constructs a newPushRelay
instance using a custom fetcher function to handle JSON-RPC requests and responses.