Transport

Edit pageLast modified: 13 June 2025

Transport layer exists to abstract from the RPC requests logic and focus on delivering and receiving encoded RPC messages in kRPC Protocol. This layer is represented by the KrpcTransport interface. It supports two message formats — string and binary, and depends on which serialization format you choose.