[go: up one dir, main page]

Module tonic::transport::server

source ·
Available on crate feature transport only.
Expand description

Server implementation and builder.

Re-exports

pub use crate::server::NamedService;

Structs

A stack based Service router.
A Service router.
A default batteries included transport server.
Configures TLS settings for servers.
Connection info for standard TCP streams.
Binds a socket address for a Router
Connection info for TLS streams.
Connection info for Unix domain socket streams.

Traits

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