Struct grpcio::ServerBuilder[][src]

pub struct ServerBuilder { /* fields omitted */ }

Server factory in order to configure the properties.

Methods

impl ServerBuilder
[src]

Bind to an address for secure connection.

This function can be called multiple times to bind to multiple ports.

impl ServerBuilder
[src]

Initialize a new ServerBuilder.

Bind to an address.

This function can be called multiple times to bind to multiple ports.

Set how many requests a completion queue can handle.

Register a service.

Finalize the ServerBuilder and build the Server.

Auto Trait Implementations

impl !Send for ServerBuilder

impl !Sync for ServerBuilder