Uses of Class
org.moera.lib.jsonrpc.JsonRpcResponse
Packages that use JsonRpcResponse
Package
Description
JSON-RPC 2.0 client.
Moera Naming API client.
Moera Push Relay API client.
-
Uses of JsonRpcResponse in org.moera.lib.jsonrpc
Methods in org.moera.lib.jsonrpc that return JsonRpcResponseModifier 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 JsonRpcResponseModifierConstructorDescriptionJsonRpcClient
(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 JsonRpcResponse in org.moera.lib.naming
Constructor parameters in org.moera.lib.naming with type arguments of type JsonRpcResponseModifierConstructorDescriptionMoeraNaming
(Function<JsonRpcRequest, JsonRpcResponse> fetcher) Constructs a new instance of theMoeraNaming
class using the provided fetcher function. -
Uses of JsonRpcResponse in org.moera.lib.pushrelay
Constructor parameters in org.moera.lib.pushrelay with type arguments of type JsonRpcResponseModifierConstructorDescriptionPushRelay
(Function<JsonRpcRequest, JsonRpcResponse> fetcher) Constructs a newPushRelay
instance using a custom fetcher function to handle JSON-RPC requests and responses.