GRPC C++  1.0.0
Public Member Functions | Friends
grpc::GenericServerContext Class Reference

#include <async_generic_service.h>

Public Member Functions

const grpc::stringmethod () const
 
const grpc::stringhost () const
 
- Public Member Functions inherited from grpc::ServerContext
 ServerContext ()
 
 ~ServerContext ()
 
std::chrono::system_clock::time_point deadline () const
 
gpr_timespec raw_deadline () const
 
void AddInitialMetadata (const grpc::string &key, const grpc::string &value)
 
void AddTrailingMetadata (const grpc::string &key, const grpc::string &value)
 
bool IsCancelled () const
 
void TryCancel () const
 
const std::multimap< grpc::string_ref, grpc::string_ref > & client_metadata () const
 
grpc_compression_level compression_level () const
 
void set_compression_level (grpc_compression_level level)
 
bool compression_level_set () const
 
grpc_compression_algorithm compression_algorithm () const
 
void set_compression_algorithm (grpc_compression_algorithm algorithm)
 
std::shared_ptr< const AuthContextauth_context () const
 
grpc::string peer () const
 
const struct census_context * census_context () const
 
void AsyncNotifyWhenDone (void *tag)
 

Friends

class Server
 
class ServerInterface
 

Member Function Documentation

const grpc::string& grpc::GenericServerContext::host ( ) const
inline
const grpc::string& grpc::GenericServerContext::method ( ) const
inline

Friends And Related Function Documentation

friend class Server
friend
friend class ServerInterface
friend

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