Interface JsonRpcTransport<T extends Type>

Type Parameters:
T - Type that can be used (in addition to Class) to declare expected result types for JSON-RPC method calls.
All Superinterfaces:
AsyncSupport
All Known Subinterfaces:
JsonRpcClient<T>
All Known Implementing Classes:
BitcoinClient, BitcoinExtendedClient, DefaultRpcClient, JsonRpcClientHttpUrlConnection, JsonRpcClientJavaNet, RxBitcoinClient

public interface JsonRpcTransport<T extends Type> extends AsyncSupport
Defines the interface for a network-layer implementation of a JSON-RPC client.