Public Member Functions | Private Attributes | List of all members
test_grpc::ChatServer Class Referencefinal
Inheritance diagram for test_grpc::ChatServer:
Inheritance graph
[legend]

Public Member Functions

 ChatServer (const int port)
 
grpc::Status Echo (grpc::ServerContext *ctx, const grpcs::Message *request, grpcs::Message *response) override
 
void start ()
 
void stop ()
 
 ~ChatServer ()
 

Private Attributes

int m_port
 
int m_seq
 
std::unique_ptr< grpc::Serverm_server
 
std::thread m_thread
 

Detailed Description

Definition at line 10 of file chat_server.cpp.

Constructor & Destructor Documentation

◆ ChatServer()

test_grpc::ChatServer::ChatServer ( const int  port)
inlineexplicit

Definition at line 13 of file chat_server.cpp.

◆ ~ChatServer()

test_grpc::ChatServer::~ChatServer ( )
inline

Definition at line 15 of file chat_server.cpp.

Member Function Documentation

◆ Echo()

grpc::Status test_grpc::ChatServer::Echo ( grpc::ServerContext ctx,
const grpcs::Message request,
grpcs::Message response 
)
inlineoverride

Definition at line 17 of file chat_server.cpp.

◆ start()

void test_grpc::ChatServer::start ( )
inline

Definition at line 32 of file chat_server.cpp.

◆ stop()

void test_grpc::ChatServer::stop ( )
inline

Definition at line 48 of file chat_server.cpp.

Member Data Documentation

◆ m_port

int test_grpc::ChatServer::m_port
private

Definition at line 60 of file chat_server.cpp.

◆ m_seq

int test_grpc::ChatServer::m_seq
private

Definition at line 61 of file chat_server.cpp.

◆ m_server

std::unique_ptr<grpc::Server> test_grpc::ChatServer::m_server
private

Definition at line 63 of file chat_server.cpp.

◆ m_thread

std::thread test_grpc::ChatServer::m_thread
private

Definition at line 62 of file chat_server.cpp.


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


test_grpc
Author(s): Yuki Furuta
autogenerated on Thu Mar 13 2025 03:40:40