http-rpc-client / net.corda.v5.httprpc.client / HttpRpcConnection

HttpRpcConnection

@DoNotImplement interface HttpRpcConnection<out I : RPCOps>

Represents a logical connection to the HTTP RPC server which may go up and down. The proxy object can be used to make remote calls using the interface methods.

Properties

proxy

abstract val proxy: I

serverProtocolVersion

abstract val serverProtocolVersion: Int