Trait tonic::transport::server::Connected [−][src]
Trait that connected IO resources implement.
The goal for this trait is to allow users to implement custom IO types that can still provide the same connection metadata.
Provided methods
fn remote_addr(&self) -> Option<SocketAddr>
[src]
Return the remote address this IO resource is connected too.
fn peer_certs(&self) -> Option<Vec<Certificate>>
[src]
Return the set of connected peer TLS certificates.