Searched refs:ConnectInfo (Results 1 – 4 of 4) sorted by relevance
| /tonic/tonic/src/transport/server/ |
| H A D | conn.rs | 54 type ConnectInfo: Clone + Send + Sync + 'static; typedef 57 fn connect_info(&self) -> Self::ConnectInfo; in connect_info() argument 89 type ConnectInfo = TcpConnectInfo; typedef 91 fn connect_info(&self) -> Self::ConnectInfo { in connect_info() argument 100 type ConnectInfo = (); typedef 102 fn connect_info(&self) -> Self::ConnectInfo {} in connect_info() argument 110 type ConnectInfo = TlsConnectInfo<T::ConnectInfo>; typedef 112 fn connect_info(&self) -> Self::ConnectInfo { in connect_info() argument
|
| H A D | unix.rs | 21 type ConnectInfo = UdsConnectInfo; typedef 23 fn connect_info(&self) -> Self::ConnectInfo { in connect_info() argument
|
| /tonic/tonic/src/transport/server/service/ |
| H A D | io.rs | 27 type Service = ConnectInfo<S, T>; 30 ConnectInfo::new(inner, self.connect_info.clone()) in layer() 35 pub(crate) struct ConnectInfo<S, T> { struct 40 impl<S, T> ConnectInfo<S, T> { impl 49 impl<S, IO, ReqBody> Service<http::Request<ReqBody>> for ConnectInfo<S, ServerIoConnectInfo<IO>> implementation 84 Io(<IO as Connected>::ConnectInfo), 86 TlsIo(<TlsStream<IO> as Connected>::ConnectInfo),
|
| /tonic/tests/integration_tests/src/ |
| H A D | lib.rs | 20 type ConnectInfo = (); typedef 23 fn connect_info(&self) -> Self::ConnectInfo {} in connect_info() argument
|