Module jsonrpc_core::io
[−]
[src]
jsonrpc io
Structs
IoDelegate |
A set of RPC methods and notifications tied to single |
IoHandler |
Should be used to handle jsonrpc io. |
IoSession |
Represents a single client connected to this RPC server. The client may send many requests. |
Traits
IoSessionHandler |
Io Handler with session support |