GRPC C++  1.26.0
Data Structures | Namespaces | Enumerations
interceptor.h File Reference
#include <grpc/impl/codegen/grpc_types.h>
#include <grpcpp/impl/codegen/byte_buffer.h>
#include <grpcpp/impl/codegen/config.h>
#include <grpcpp/impl/codegen/core_codegen_interface.h>
#include <grpcpp/impl/codegen/metadata_map.h>

Go to the source code of this file.

Data Structures

class  grpc::experimental::InterceptorBatchMethods
 Class that is passed as an argument to the Intercept method of the application's Interceptor interface implementation. More...
 
class  grpc::experimental::Interceptor
 Interface for an interceptor. More...
 

Namespaces

 grpc
 This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface.
 
 grpc::experimental
 ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor.
 

Enumerations

enum class  grpc::experimental::InterceptionHookPoints {
  grpc::experimental::PRE_SEND_INITIAL_METADATA , grpc::experimental::PRE_SEND_MESSAGE , grpc::experimental::POST_SEND_MESSAGE , grpc::experimental::PRE_SEND_STATUS ,
  grpc::experimental::PRE_SEND_CLOSE , grpc::experimental::PRE_RECV_INITIAL_METADATA , grpc::experimental::PRE_RECV_MESSAGE , grpc::experimental::PRE_RECV_STATUS ,
  grpc::experimental::POST_RECV_INITIAL_METADATA , grpc::experimental::POST_RECV_MESSAGE , grpc::experimental::POST_RECV_STATUS , grpc::experimental::POST_RECV_CLOSE ,
  grpc::experimental::PRE_SEND_CANCEL , grpc::experimental::NUM_INTERCEPTION_HOOKS
}
 An enumeration of different possible points at which the Intercept method of the Interceptor interface may be called. More...