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

This is supported on crate feature transport only.
Expand description

Server implementation and builder.

Structs

A stack based Service router.

A service that is produced from a Tonic Router.

A default batteries included transport server.

Configures TLS settings for servers.

Connection info for standard TCP streams.

Connection info for TLS streams.

Traits

Trait that connected IO resources implement and use to produce info about the connection.

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