Classes | Namespaces | Functions
common/channel_filter.h File Reference
#include <stddef.h>
#include <stdint.h>
#include <functional>
#include <new>
#include <string>
#include <utility>
#include "absl/types/optional.h"
#include <grpc/grpc.h>
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/support/atm.h>
#include <grpcpp/support/config.h>
#include "src/core/lib/channel/channel_fwd.h"
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/channel/context.h"
#include "src/core/lib/iomgr/closure.h"
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/iomgr/polling_entity.h"
#include "src/core/lib/slice/slice_buffer.h"
#include "src/core/lib/surface/channel_stack_type.h"
#include "src/core/lib/transport/metadata_batch.h"
#include "src/core/lib/transport/transport.h"
Include dependency graph for common/channel_filter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  grpc::CallData
 Represents call data. More...
 
class  grpc::ChannelData
 Represents channel data. More...
 
class  grpc::internal::ChannelFilter< ChannelDataType, CallDataType >
 
class  grpc::MetadataBatch
 A C++ wrapper for the grpc_metadata_batch struct. More...
 
class  grpc::TransportOp
 A C++ wrapper for the grpc_transport_op struct. More...
 
class  grpc::TransportStreamOpBatch
 A C++ wrapper for the grpc_transport_stream_op_batch struct. More...
 

Namespaces

 grpc
 
 grpc::internal
 Actual implementation of bi-directional streaming.
 

Functions

template<typename ChannelDataType , typename CallDataType >
void grpc::RegisterChannelFilter (const char *name, grpc_channel_stack_type stack_type, int priority, std::function< bool(const grpc_channel_args &)> include_filter)
 
void grpc::internal::RegisterChannelFilter (grpc_channel_stack_type stack_type, int priority, std::function< bool(const grpc_channel_args &)> include_filter, const grpc_channel_filter *filter)
 


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:06