Public Member Functions | List of all members
grpc::Server::RequestMatcherInterface Class Referenceabstract
Inheritance diagram for grpc::Server::RequestMatcherInterface:
Inheritance graph
[legend]

Public Member Functions

virtual void KillRequests (grpc_error_handle error)=0
 
virtual void MatchOrQueue (size_t start_request_queue_index, CallData *calld)=0
 
virtual size_t request_queue_count () const =0
 
virtual void RequestCallWithPossiblePublish (size_t request_queue_index, RequestedCall *call)=0
 
virtual Serverserver () const =0
 
virtual void ZombifyPending ()=0
 
virtual ~RequestMatcherInterface ()
 

Detailed Description

Definition at line 157 of file src/core/lib/surface/server.cc.

Constructor & Destructor Documentation

◆ ~RequestMatcherInterface()

virtual grpc::Server::RequestMatcherInterface::~RequestMatcherInterface ( )
inlinevirtual

Definition at line 159 of file src/core/lib/surface/server.cc.

Member Function Documentation

◆ KillRequests()

virtual void grpc::Server::RequestMatcherInterface::KillRequests ( grpc_error_handle  error)
pure virtual

◆ MatchOrQueue()

virtual void grpc::Server::RequestMatcherInterface::MatchOrQueue ( size_t  start_request_queue_index,
CallData calld 
)
pure virtual

◆ request_queue_count()

virtual size_t grpc::Server::RequestMatcherInterface::request_queue_count ( ) const
pure virtual

◆ RequestCallWithPossiblePublish()

virtual void grpc::Server::RequestMatcherInterface::RequestCallWithPossiblePublish ( size_t  request_queue_index,
RequestedCall call 
)
pure virtual

◆ server()

virtual Server* grpc::Server::RequestMatcherInterface::server ( ) const
pure virtual

◆ ZombifyPending()

virtual void grpc::Server::RequestMatcherInterface::ZombifyPending ( )
pure virtual

The documentation for this class was generated from the following file:


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