Searched refs:Interceptor (Results 1 – 9 of 9) sorted by relevance
| /tonic/examples/src/interceptor/ |
| H A D | client.rs | 5 service::Interceptor, 45 impl Interceptor for MyInterceptor {
|
| /tonic/tonic/src/service/ |
| H A D | mod.rs | 9 pub use self::interceptor::{Interceptor, InterceptorLayer};
|
| H A D | interceptor.rs | 41 pub trait Interceptor { interface 46 impl<F> Interceptor for F 118 I: Interceptor,
|
| /tonic/tonic-health/src/generated/ |
| H A D | grpc_health_v1.rs | 93 F: tonic::service::Interceptor, in with_interceptor() argument 279 F: tonic::service::Interceptor, in with_interceptor() argument
|
| /tonic/tonic-reflection/src/generated/ |
| H A D | grpc_reflection_v1.rs | 182 F: tonic::service::Interceptor, in with_interceptor() argument 320 F: tonic::service::Interceptor, in with_interceptor() argument
|
| H A D | grpc_reflection_v1alpha.rs | 182 F: tonic::service::Interceptor, in with_interceptor() argument 320 F: tonic::service::Interceptor, in with_interceptor() argument
|
| /tonic/tonic-build/src/ |
| H A D | client.rs | 87 F: tonic::service::Interceptor, in generate_internal()
|
| H A D | server.rs | 139 F: tonic::service::Interceptor, in generate_internal()
|
| /tonic/ |
| H A D | CHANGELOG.md | 361 * **tonic:** add `Interceptor` trait ([#713](https://github.com/hyperium/tonic/issues/713)) ([8c8f4… 377 * **tonic:** make `Interceptor` `UnwindSafe` ([#641](https://github.com/hyperium/tonic/issues/641))… 600 …`interceptor_fn` and `intercep_headers_fn` from `transport` in favor of using `tonic::Interceptor`.
|