KrpcClient
kRPC implementation of the RpcClient. Takes care of tracking requests and responses, serializing data, tracking streams, processing exceptions, and other protocol responsibilities. Leaves out the delivery of encoded messages to the specific implementations with KrpcTransport.
Inheritors
Functions
Link copied to clipboard
Waits until the client is closed.
Link copied to clipboard
Link copied to clipboard
Called once to provide KrpcConfig.Client for this client. Called only after initializeTransport.
Link copied to clipboard
Called once to provide KrpcTransport for this client.