Module jsonrpc::simple_tcp
source · Expand description
This module implements a synchronous transport over a raw std::net::TcpListener
.
Note that it does not handle TCP over Unix Domain Sockets, see simple_uds
for this.
Structs
- Simple synchronous TCP transport.
Enums
- Error that can occur while using the TCP transport.