#include <server_context.h>
Public Member Functions | |
| virtual CallbackServerContext * | NewCallbackServerContext () |
| virtual GenericCallbackServerContext * | NewGenericCallbackServerContext () |
| virtual void | Release (CallbackServerContext *) |
| virtual void | Release (GenericCallbackServerContext *) |
| virtual | ~ContextAllocator () |
A CallbackServerContext allows users to use the contents of the CallbackServerContext or GenericCallbackServerContext structure for the callback API. The library will invoke the allocator any time a new call is initiated. and call the Release method after the server OnDone.
Definition at line 650 of file grpcpp/impl/codegen/server_context.h.
|
inlinevirtual |
Definition at line 652 of file grpcpp/impl/codegen/server_context.h.
|
inlinevirtual |
Definition at line 654 of file grpcpp/impl/codegen/server_context.h.
|
inlinevirtual |
Definition at line 656 of file grpcpp/impl/codegen/server_context.h.
|
inlinevirtual |
Definition at line 660 of file grpcpp/impl/codegen/server_context.h.
|
inlinevirtual |
Definition at line 662 of file grpcpp/impl/codegen/server_context.h.