Public Member Functions | Private Member Functions | Private Attributes | List of all members
EchoServerThread Class Referencefinal

Public Member Functions

const std::string & address ()
 
 EchoServerThread ()
 
 ~EchoServerThread ()
 

Private Member Functions

void RunServerLoop ()
 

Private Attributes

std::unique_ptr< grpc::Serverserver_
 
std::string server_address_
 
std::thread server_thread_
 
EchoServer service_
 

Detailed Description

Definition at line 58 of file bm_opencensus_plugin.cc.

Constructor & Destructor Documentation

◆ EchoServerThread()

EchoServerThread::EchoServerThread ( )
inline

Definition at line 60 of file bm_opencensus_plugin.cc.

◆ ~EchoServerThread()

EchoServerThread::~EchoServerThread ( )
inline

Definition at line 74 of file bm_opencensus_plugin.cc.

Member Function Documentation

◆ address()

const std::string& EchoServerThread::address ( )
inline

Definition at line 79 of file bm_opencensus_plugin.cc.

◆ RunServerLoop()

void EchoServerThread::RunServerLoop ( )
inlineprivate

Definition at line 82 of file bm_opencensus_plugin.cc.

Member Data Documentation

◆ server_

std::unique_ptr<grpc::Server> EchoServerThread::server_
private

Definition at line 86 of file bm_opencensus_plugin.cc.

◆ server_address_

std::string EchoServerThread::server_address_
private

Definition at line 84 of file bm_opencensus_plugin.cc.

◆ server_thread_

std::thread EchoServerThread::server_thread_
private

Definition at line 87 of file bm_opencensus_plugin.cc.

◆ service_

EchoServer EchoServerThread::service_
private

Definition at line 85 of file bm_opencensus_plugin.cc.


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


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