Struct jsonrpc_http_server::Server
[−]
[src]
pub struct Server { /* fields omitted */ }
jsonrpc http server instance
Methods
impl Server
[src]
fn address(&self) -> &SocketAddr
[src]
Returns address of this server
fn close(self)
[src]
Closes the server.
fn wait(self)
[src]
Will block, waiting for the server to finish.