GRPC Core  18.0.0
Public Member Functions
grpc_core::Chttp2Connector Class Reference

#include <chttp2_connector.h>

Public Member Functions

 Chttp2Connector ()
 
 ~Chttp2Connector () override
 
void Connect (const Args &args, Result *result, grpc_closure *notify) override
 
void Shutdown (grpc_error_handle error) override
 
- Public Member Functions inherited from grpc_core::SubchannelConnector
void Orphan () override
 
- Public Member Functions inherited from grpc_core::InternallyRefCounted< SubchannelConnector >
 InternallyRefCounted (const InternallyRefCounted &)=delete
 
InternallyRefCountedoperator= (const InternallyRefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::Orphanable
 Orphanable (const Orphanable &)=delete
 
Orphanableoperator= (const Orphanable &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::InternallyRefCounted< SubchannelConnector >
 InternallyRefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 
 ~InternallyRefCounted () override=default
 
RefCountedPtr< SubchannelConnectorRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< SubchannelConnectorRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
- Protected Member Functions inherited from grpc_core::Orphanable
 Orphanable ()
 
virtual ~Orphanable ()
 

Constructor & Destructor Documentation

◆ Chttp2Connector()

grpc_core::Chttp2Connector::Chttp2Connector ( )

◆ ~Chttp2Connector()

grpc_core::Chttp2Connector::~Chttp2Connector ( )
override

Member Function Documentation

◆ Connect()

void grpc_core::Chttp2Connector::Connect ( const Args args,
Result result,
grpc_closure notify 
)
overridevirtual

◆ Shutdown()

void grpc_core::Chttp2Connector::Shutdown ( grpc_error_handle  error)
overridevirtual

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