GRPC C++  1.8.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Namespaces
method_handler_impl.h File Reference
#include <grpc++/impl/codegen/byte_buffer.h>
#include <grpc++/impl/codegen/core_codegen_interface.h>
#include <grpc++/impl/codegen/rpc_service_method.h>
#include <grpc++/impl/codegen/sync_stream.h>

Go to the source code of this file.

Data Structures

class  grpc::internal::RpcMethodHandler< ServiceType, RequestType, ResponseType >
 A wrapper class of an application provided rpc method handler. More...
 
class  grpc::internal::ClientStreamingHandler< ServiceType, RequestType, ResponseType >
 A wrapper class of an application provided client streaming handler. More...
 
class  grpc::internal::ServerStreamingHandler< ServiceType, RequestType, ResponseType >
 A wrapper class of an application provided server streaming handler. More...
 
class  grpc::internal::TemplatedBidiStreamingHandler< Streamer, WriteNeeded >
 A wrapper class of an application provided bidi-streaming handler. More...
 
class  grpc::internal::BidiStreamingHandler< ServiceType, RequestType, ResponseType >
 
class  grpc::internal::StreamedUnaryHandler< RequestType, ResponseType >
 
class  grpc::internal::SplitServerStreamingHandler< RequestType, ResponseType >
 
class  grpc::internal::UnknownMethodHandler
 Handle unknown method by returning UNIMPLEMENTED error. More...
 

Namespaces

 grpc
 
 grpc::internal
 Models a gRPC server.