GRPC C++
1.26.0
|
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpcpp/impl/codegen/config.h>
#include <functional>
#include <vector>
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/surface/channel_init.h"
#include "src/core/lib/transport/metadata_batch.h"
Go to the source code of this file.
Data Structures | |
class | grpc::MetadataBatch |
A C++ wrapper for the grpc_metadata_batch struct. More... | |
class | grpc::MetadataBatch::const_iterator |
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... | |
class | grpc::ChannelData |
Represents channel data. More... | |
class | grpc::CallData |
Represents call data. More... | |
class | grpc::internal::ChannelFilter< ChannelDataType, CallDataType > |
struct | grpc::internal::FilterRecord |
Namespaces | |
grpc | |
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface. | |
grpc::internal | |
Models a gRPC server. | |
Functions | |
void | grpc::internal::ChannelFilterPluginInit () |
void | grpc::internal::ChannelFilterPluginShutdown () |
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) |
Registers a new filter. More... | |