CLIENT enum value (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
establishConnection(std::string host, std::string port) | tcp_io_device::TCPConnection | |
host_ (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
incoming_queue_ (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
isRunning() | tcp_io_device::TCPConnection | inline |
listenAndAwaitConnection(std::string port) | tcp_io_device::TCPConnection | |
msg_buf_size_ (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
msg_length_buf_size_ (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
NOT_STARTED enum value (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
outgoing_queue_ (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
port_ (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
receiveIsReady(int fd) | tcp_io_device::TCPConnection | static |
receiveMessage() | tcp_io_device::TCPConnection | protected |
RUNNING enum value (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
sendMessage(std::unique_ptr< TCPMessage > msg) | tcp_io_device::TCPConnection | protected |
SERVER enum value (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
server_listen_socket_ (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
socket_type_ (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
SocketType enum name (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
start() | tcp_io_device::TCPConnection | |
State enum name (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
state_ (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
stop() | tcp_io_device::TCPConnection | |
STOPPED enum value (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
tcp_background_thread_ (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
tcp_socket_ (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | protected |
tcpBackgroundHandler() | tcp_io_device::TCPConnection | protected |
TCPConnection(std::shared_ptr< SafeQueue > receive_queue, std::shared_ptr< SafeQueue > send_queue, uint64_t msg_length_buf_size) | tcp_io_device::TCPConnection | |
type_to_name_map_ (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | static |
~TCPConnection() (defined in tcp_io_device::TCPConnection) | tcp_io_device::TCPConnection | |