GRPC C++  1.30.0
Data Structures | Namespaces | Enumerations
interceptor.h File Reference
#include <memory>
#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  grpc::experimental::InterceptionHookPoints {
  grpc::experimental::InterceptionHookPoints::PRE_SEND_INITIAL_METADATA, grpc::experimental::InterceptionHookPoints::PRE_SEND_MESSAGE, grpc::experimental::InterceptionHookPoints::POST_SEND_MESSAGE, grpc::experimental::InterceptionHookPoints::PRE_SEND_STATUS,
  grpc::experimental::InterceptionHookPoints::PRE_SEND_CLOSE, grpc::experimental::InterceptionHookPoints::PRE_RECV_INITIAL_METADATA, grpc::experimental::InterceptionHookPoints::PRE_RECV_MESSAGE, grpc::experimental::InterceptionHookPoints::PRE_RECV_STATUS,
  grpc::experimental::InterceptionHookPoints::POST_RECV_INITIAL_METADATA, grpc::experimental::InterceptionHookPoints::POST_RECV_MESSAGE, grpc::experimental::InterceptionHookPoints::POST_RECV_STATUS, grpc::experimental::InterceptionHookPoints::POST_RECV_CLOSE,
  grpc::experimental::InterceptionHookPoints::PRE_SEND_CANCEL, grpc::experimental::InterceptionHookPoints::NUM_INTERCEPTION_HOOKS
}
 An enumeration of different possible points at which the Intercept method of the Interceptor interface may be called. More...