Struct ekiden_grpcio::Server[][src]

pub struct Server { /* fields omitted */ }

Methods

impl Server
[src]

Shutdown the server asynchronously.

Cancel all in-progress calls.

Only usable after shutdown.

Start a server.

Tells all listeners to start listening.

Important traits for &'a [u8]

Get the binded addresses.

Trait Implementations

impl Drop for Server
[src]

Executes the destructor for this type. Read more

impl Debug for Server
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Server

impl Sync for Server