Public Member Functions | Public Attributes | List of all members
grpc_core::RegisteredCall Struct Reference

#include <channel.h>

Public Member Functions

RegisteredCalloperator= (const RegisteredCall &)=delete
 
 RegisteredCall (const char *method_arg, const char *host_arg)
 
 RegisteredCall (const RegisteredCall &other)
 
 ~RegisteredCall ()
 

Public Attributes

absl::optional< Sliceauthority
 
Slice path
 

Detailed Description

Definition at line 87 of file src/core/lib/surface/channel.h.

Constructor & Destructor Documentation

◆ RegisteredCall() [1/2]

grpc_core::RegisteredCall::RegisteredCall ( const char *  method_arg,
const char *  host_arg 
)
explicit

Definition at line 347 of file channel.cc.

◆ RegisteredCall() [2/2]

grpc_core::RegisteredCall::RegisteredCall ( const RegisteredCall other)

Definition at line 354 of file channel.cc.

◆ ~RegisteredCall()

grpc_core::RegisteredCall::~RegisteredCall ( )

Definition at line 361 of file channel.cc.

Member Function Documentation

◆ operator=()

RegisteredCall& grpc_core::RegisteredCall::operator= ( const RegisteredCall )
delete

Member Data Documentation

◆ authority

absl::optional<Slice> grpc_core::RegisteredCall::authority

Definition at line 89 of file src/core/lib/surface/channel.h.

◆ path

Slice grpc_core::RegisteredCall::path

Definition at line 88 of file src/core/lib/surface/channel.h.


The documentation for this struct was generated from the following files:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:37