[][src]Module tonic::transport::server

This is supported on crate feature transport only.

Server implementation and builder.

Structs

Router

A stack based Service router.

RouterService

A service that is produced from a Tonic Router.

Server

A default batteries included transport server.

ServerTlsConfigtls

Configures TLS settings for servers.

Traits

Connected

Trait that connected IO resources implement.

NamedService

A trait to provide a static reference to the service's name. This is used for routing service's within the router.