Struct jsonrpc_core::io::IoSession [] [src]

pub struct IoSession { /* fields omitted */ }

Represents a single client connected to this RPC server. The client may send many requests.

Methods

impl IoSession
[src]

Opens up a new session to handle many request and subscriptions. It should represent a single client.

Handle a request within this session.