GRPC C++  1.17.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::InterceptedMessage
 
class  grpc::experimental::InterceptorBatchMethods
 
class  grpc::experimental::Interceptor
 

Namespaces

 grpc
 An Alarm posts the user provided tag to its associated completion queue upon expiry or cancellation.
 
 grpc::experimental
 

Enumerations

enum  grpc::experimental::InterceptionHookPoints {
  grpc::experimental::InterceptionHookPoints::PRE_SEND_INITIAL_METADATA, grpc::experimental::InterceptionHookPoints::PRE_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
}