|
GRPC Core
18.0.0
|
#include <server.h>
Public Member Functions | |
| virtual absl::StatusOr< grpc_channel_args * > | UpdateChannelArgsForConnection (grpc_channel_args *args, grpc_endpoint *tcp)=0 |
Public Member Functions inherited from grpc_core::RefCounted< ConnectionManager > | |
| ~RefCounted ()=default | |
| RefCountedPtr< ConnectionManager > | Ref () GRPC_MUST_USE_RESULT |
| RefCountedPtr< ConnectionManager > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| void | Unref () |
| void | Unref (const DebugLocation &location, const char *reason) |
| RefCountedPtr< ConnectionManager > | RefIfNonZero () GRPC_MUST_USE_RESULT |
| RefCountedPtr< ConnectionManager > | RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| RefCounted (const RefCounted &)=delete | |
| RefCounted & | operator= (const RefCounted &)=delete |
Public Member Functions inherited from grpc_core::PolymorphicRefCount | |
| virtual | ~PolymorphicRefCount ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from grpc_core::RefCounted< ConnectionManager > | |
| RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
|
pure virtual |