Interface JsonRpcTransport<T extends Type>

All Superinterfaces:
AsyncSupport
All Known Subinterfaces:
JsonRpcClient<T>
All Known Implementing Classes:
BitcoinClient, BitcoinExtendedClient, DefaultRpcClient, EthereumClient, JsonRpcClientHttpUrlConnection, JsonRpcClientJavaNet, NamecoinClient, RxBitcoinClient

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