|
GRPC Core
18.0.0
|
#include <channelz.h>
Data Structures | |
| struct | Tls |
Public Types | |
| enum class | ModelType { kUnset = 0 , kTls = 1 , kOther = 2 } |
Public Member Functions | |
| Json | RenderJson () |
| grpc_arg | MakeChannelArg () const |
Public Member Functions inherited from grpc_core::RefCounted< Security > | |
| ~RefCounted ()=default | |
| RefCountedPtr< Security > | Ref () GRPC_MUST_USE_RESULT |
| RefCountedPtr< Security > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| void | Unref () |
| void | Unref (const DebugLocation &location, const char *reason) |
| RefCountedPtr< Security > | RefIfNonZero () GRPC_MUST_USE_RESULT |
| RefCountedPtr< Security > | 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 |
Static Public Member Functions | |
| static RefCountedPtr< Security > | GetFromChannelArgs (const grpc_channel_args *args) |
Data Fields | |
| ModelType | type = ModelType::kUnset |
| absl::optional< Tls > | tls |
| absl::optional< Json > | other |
Additional Inherited Members | |
Protected Member Functions inherited from grpc_core::RefCounted< Security > | |
| RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
|
static |
| grpc_arg grpc_core::channelz::SocketNode::Security::MakeChannelArg | ( | ) | const |
| Json grpc_core::channelz::SocketNode::Security::RenderJson | ( | ) |
| absl::optional<Json> grpc_core::channelz::SocketNode::Security::other |
| absl::optional<Tls> grpc_core::channelz::SocketNode::Security::tls |
| ModelType grpc_core::channelz::SocketNode::Security::type = ModelType::kUnset |