Struct grpcio::ServerBuilder [] [src]

pub struct ServerBuilder { /* fields omitted */ }

Server configuration struct.

Methods

impl ServerBuilder
[src]

[src]

Bind to an address for secure connection.

This function can be called multiple times.

impl ServerBuilder
[src]

[src]

[src]

Bind to an address.

This function can be called multiple times.

[src]

Add additional configuration for each incoming channel.

[src]

Set how many requests a completion queue can handle.

[src]

Register a service.

[src]

Trait Implementations

Auto Trait Implementations

impl !Send for ServerBuilder

impl !Sync for ServerBuilder