GRPC C++  1.62.0
Data Structures | Namespaces | Enumerations
interceptor.h File Reference
#include <map>
#include <memory>
#include <string>
#include <grpc/impl/grpc_types.h>
#include <grpcpp/impl/metadata_map.h>
#include <grpcpp/support/byte_buffer.h>
#include <grpcpp/support/config.h>
#include <grpcpp/support/string_ref.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
 An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation.
 
 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...