GRPC C++  1.0.0
Public Member Functions
grpc::RpcServiceMethod Class Reference

#include <rpc_service_method.h>

Public Member Functions

 RpcServiceMethod (const char *name, RpcMethod::RpcType type, MethodHandler *handler)
 
void set_server_tag (void *tag)
 
void * server_tag () const
 
MethodHandlerhandler () const
 
void ResetHandler ()
 
- Public Member Functions inherited from grpc::RpcMethod
 RpcMethod (const char *name, RpcType type)
 
 RpcMethod (const char *name, RpcType type, const std::shared_ptr< ChannelInterface > &channel)
 
const char * name () const
 
RpcType method_type () const
 
void * channel_tag () const
 

Additional Inherited Members

- Public Types inherited from grpc::RpcMethod
enum  RpcType { NORMAL_RPC = 0, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }
 

Constructor & Destructor Documentation

grpc::RpcServiceMethod::RpcServiceMethod ( const char *  name,
RpcMethod::RpcType  type,
MethodHandler handler 
)
inline

Member Function Documentation

MethodHandler* grpc::RpcServiceMethod::handler ( ) const
inline
void grpc::RpcServiceMethod::ResetHandler ( )
inline
void* grpc::RpcServiceMethod::server_tag ( ) const
inline
void grpc::RpcServiceMethod::set_server_tag ( void *  tag)
inline

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