GRPC C++  0.11.0.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
grpc::Server::UnimplementedAsyncRequest Class Reference

Public Member Functions

 UnimplementedAsyncRequest (Server *server, ServerCompletionQueue *cq)
 
bool FinalizeResult (void **tag, bool *status) GRPC_OVERRIDE
 
ServerContextcontext ()
 
GenericServerAsyncReaderWriterstream ()
 

Additional Inherited Members

- Protected Member Functions inherited from grpc::Server::UnimplementedAsyncRequestContext
 UnimplementedAsyncRequestContext ()
 
- Protected Attributes inherited from grpc::Server::UnimplementedAsyncRequestContext
GenericServerContext server_context_
 
GenericServerAsyncReaderWriter generic_stream_
 

Constructor & Destructor Documentation

grpc::Server::UnimplementedAsyncRequest::UnimplementedAsyncRequest ( Server server,
ServerCompletionQueue cq 
)
inline

Member Function Documentation

ServerContext* grpc::Server::UnimplementedAsyncRequest::context ( )
inline
bool grpc::Server::UnimplementedAsyncRequest::FinalizeResult ( void **  tag,
bool *  status 
)
virtual
GenericServerAsyncReaderWriter* grpc::Server::UnimplementedAsyncRequest::stream ( )
inline

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