GRPC C++  1.0.0
Data Structures | Namespaces
server_context.h File Reference
#include <map>
#include <memory>
#include <grpc++/impl/codegen/config.h>
#include <grpc++/impl/codegen/create_auth_context.h>
#include <grpc++/impl/codegen/security/auth_context.h>
#include <grpc++/impl/codegen/string_ref.h>
#include <grpc++/impl/codegen/time.h>
#include <grpc/impl/codegen/compression_types.h>
#include <grpc/impl/codegen/time.h>

Go to the source code of this file.

Data Structures

class  grpc::ServerAsyncReader< W, R >
 
class  grpc::ServerAsyncWriter< W >
 
class  grpc::ServerAsyncResponseWriter< W >
 
class  grpc::ServerAsyncReaderWriter< W, R >
 
class  grpc::ServerReader< R >
 
class  grpc::ServerWriter< W >
 
class  grpc::ServerReaderWriter< W, R >
 Server-side interface for bi-directional streaming. More...
 
class  grpc::RpcMethodHandler< ServiceType, RequestType, ResponseType >
 
class  grpc::ClientStreamingHandler< ServiceType, RequestType, ResponseType >
 
class  grpc::ServerStreamingHandler< ServiceType, RequestType, ResponseType >
 
class  grpc::BidiStreamingHandler< ServiceType, RequestType, ResponseType >
 
class  grpc::ServerContext
 

Namespaces

 grpc
 
 grpc::testing