Searched defs:ServerReflectionServer (Results 1 – 2 of 2) sorted by relevance
| /tonic/tonic-reflection/src/generated/ |
| H A D | grpc_reflection_v1.rs | 295 pub struct ServerReflectionServer<T> { struct 296 inner: Arc<T>, 297 accept_compression_encodings: EnabledCompressionEncodings, 298 send_compression_encodings: EnabledCompressionEncodings, 299 max_decoding_message_size: Option<usize>, 300 max_encoding_message_size: Option<usize>, 302 impl<T> ServerReflectionServer<T> { implementation 353 impl<T, B> tonic::codegen::Service<http::Request<B>> for ServerReflectionServer<T> implementation 444 impl<T> Clone for ServerReflectionServer<T> { implementation 458 impl<T> tonic::server::NamedService for ServerReflectionServer<T> { implementation
|
| H A D | grpc_reflection_v1alpha.rs | 295 pub struct ServerReflectionServer<T> { struct 296 inner: Arc<T>, 297 accept_compression_encodings: EnabledCompressionEncodings, 298 send_compression_encodings: EnabledCompressionEncodings, 299 max_decoding_message_size: Option<usize>, 300 max_encoding_message_size: Option<usize>, 302 impl<T> ServerReflectionServer<T> { impl 353 impl<T, B> tonic::codegen::Service<http::Request<B>> for ServerReflectionServer<T> implementation 444 impl<T> Clone for ServerReflectionServer<T> { implementation 458 impl<T> tonic::server::NamedService for ServerReflectionServer<T> { implementation
|