Structs§
- Codec
- An encoder/decoder of
RpcMessage
s for the RPC protocol. - Server
- Server
Handle - The result of spawning a server is oneshot channel to track completion, and the set of executing tasks.
- Simple
Client - Simple
Node Provider - A client without an address - serves as a client factory.
- TcpServer
- Server implementation for TCP.
- UdpServer
- Server implementation for UDP.
Enums§
- Error
- Errors that can arise during transmission or reception of
RpcMessage
s. - Transport
Protocol
Constants§
- DEFAULT_
MAX_ DATAGRAM_ SIZE - Suggested buffer size
Traits§
- Connection
Pool - A pool of (outgoing) data streams.
- Message
Handler - The handler required to create a service.
- Transport
- A trait alias for a protocol transport.