Struct ethcore_rpc::Server
[−]
pub struct Server { /* fields omitted */ }
jsonrpc http server instance
Methods
impl Server
fn addrs(&self) -> &[SocketAddr]
Returns addresses of this server
fn close(self)
Closes the server.
fn wait(self) -> Result<(), Box<Any + 'static + Send>>
Will block, waiting for the server to finish.