Home
last modified time | relevance | path

Searched refs:Interceptor (Results 1 – 9 of 9) sorted by relevance

/tonic/examples/src/interceptor/
H A Dclient.rs5 service::Interceptor,
45 impl Interceptor for MyInterceptor {
/tonic/tonic/src/service/
H A Dmod.rs9 pub use self::interceptor::{Interceptor, InterceptorLayer};
H A Dinterceptor.rs41 pub trait Interceptor { interface
46 impl<F> Interceptor for F
118 I: Interceptor,
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs93 F: tonic::service::Interceptor, in with_interceptor() argument
279 F: tonic::service::Interceptor, in with_interceptor() argument
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs182 F: tonic::service::Interceptor, in with_interceptor() argument
320 F: tonic::service::Interceptor, in with_interceptor() argument
H A Dgrpc_reflection_v1alpha.rs182 F: tonic::service::Interceptor, in with_interceptor() argument
320 F: tonic::service::Interceptor, in with_interceptor() argument
/tonic/tonic-build/src/
H A Dclient.rs87 F: tonic::service::Interceptor, in generate_internal()
H A Dserver.rs139 F: tonic::service::Interceptor, in generate_internal()
/tonic/
H A DCHANGELOG.md361 * **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`.