Struct grpcio::ServerBuilder[][src]

pub struct ServerBuilder { /* fields omitted */ }

Server configuration struct.

Methods

impl ServerBuilder
[src]

Bind to an address for secure connection.

This function can be called multiple times.

impl ServerBuilder
[src]

Bind to an address.

This function can be called multiple times.

Add additional configuration for each incoming channel.

Set how many requests a completion queue can handle.

Register a service.

Auto Trait Implementations

impl !Send for ServerBuilder

impl !Sync for ServerBuilder