Definition at line 18 of file tcp_server.cpp.
◆ TcpConnection
Type alias for tcp server connection.
Definition at line 23 of file tcp_server.cpp.
◆ TcpServerImpl() [1/3]
boost_support::server::tcp::TcpServer::TcpServerImpl::TcpServerImpl |
( |
std::string_view |
server_name, |
|
|
TcpSocket |
tcp_socket |
|
) |
| |
|
inlineexplicitnoexcept |
Constructs an instance of TcpServerImpl.
- Parameters
-
[in] | tcp_socket | The underlying tcp socket required for communication |
Definition at line 31 of file tcp_server.cpp.
TcpConnection tcp_connection_
Store the tcp connection.
◆ TcpServerImpl() [2/3]
boost_support::server::tcp::TcpServer::TcpServerImpl::TcpServerImpl |
( |
const TcpServerImpl & |
other | ) |
|
|
deletenoexcept |
Deleted copy assignment and copy constructor.
◆ TcpServerImpl() [3/3]
boost_support::server::tcp::TcpServer::TcpServerImpl::TcpServerImpl |
( |
TcpServerImpl && |
other | ) |
|
|
deletenoexcept |
Deleted move assignment and move constructor.
◆ ~TcpServerImpl()
boost_support::server::tcp::TcpServer::TcpServerImpl::~TcpServerImpl |
( |
| ) |
|
|
defaultnoexcept |
◆ DeInitialize()
void boost_support::server::tcp::TcpServer::TcpServerImpl::DeInitialize |
( |
| ) |
|
|
inlinenoexcept |
◆ Initialize()
void boost_support::server::tcp::TcpServer::TcpServerImpl::Initialize |
( |
| ) |
|
|
inlinenoexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ SetReadHandler()
void boost_support::server::tcp::TcpServer::TcpServerImpl::SetReadHandler |
( |
HandlerRead |
read_handler | ) |
|
|
inlinenoexcept |
Function to set the read handler that is invoked when message is received.
The ownership of provided read handler is moved
- Parameters
-
[in] | read_handler | The handler to be set |
Definition at line 67 of file tcp_server.cpp.
References tcp_connection_.
◆ Transmit()
Function to transmit the provided tcp message.
- Parameters
-
[in] | tcp_message | The tcp message |
- Returns
- Empty void on success, otherwise error is returned
Definition at line 77 of file tcp_server.cpp.
References tcp_connection_.
◆ tcp_connection_
TcpConnection boost_support::server::tcp::TcpServer::TcpServerImpl::tcp_connection_ |
|
private |
The documentation for this class was generated from the following file:
- /home/runner/work/diag-client-lib/diag-client-lib/diag-client-lib/lib/boost-support/src/boost-support/server/tcp/tcp_server.cpp