Struct grpcio::Server [] [src]

pub struct Server { /* fields omitted */ }

Methods

impl Server
[src]

[src]

Shutdown the server asynchronously.

[src]

Cancel all in-progress calls.

Only usable after shutdown.

[src]

Start a server.

Tells all listeners to start listening.

[src]

Get the binded addresses.

Trait Implementations

impl Drop for Server
[src]

[src]

Executes the destructor for this type. Read more

impl Debug for Server
[src]

[src]

Formats the value using the given formatter.