@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.
proxy |
abstract val proxy: I |
serverProtocolVersion |
abstract val serverProtocolVersion: Int |