#include <channel.h>
Public Member Functions | |
RegisteredCall & | operator= (const RegisteredCall &)=delete |
RegisteredCall (const char *method_arg, const char *host_arg) | |
RegisteredCall (const RegisteredCall &other) | |
~RegisteredCall () | |
Public Attributes | |
absl::optional< Slice > | authority |
Slice | path |
Definition at line 87 of file src/core/lib/surface/channel.h.
|
explicit |
Definition at line 347 of file channel.cc.
grpc_core::RegisteredCall::RegisteredCall | ( | const RegisteredCall & | other | ) |
Definition at line 354 of file channel.cc.
grpc_core::RegisteredCall::~RegisteredCall | ( | ) |
Definition at line 361 of file channel.cc.
|
delete |
absl::optional<Slice> grpc_core::RegisteredCall::authority |
Definition at line 89 of file src/core/lib/surface/channel.h.
Slice grpc_core::RegisteredCall::path |
Definition at line 88 of file src/core/lib/surface/channel.h.