#include <ServerSocket.h>
Public Member Functions | |
ServerSocket (int port) | |
~ServerSocket () | |
int | start () |
void | stop () |
SocketConnection * | getConnection () |
Private Attributes | |
int | port |
int | serverSocket |
Definition at line 12 of file ServerSocket.h.
|
Definition at line 18 of file ServerSocket.cpp. References serverSocket. |
|
Definition at line 23 of file ServerSocket.cpp. References stop(). Here is the call graph for this function: ![]() |
|
Definition at line 68 of file ServerSocket.cpp. References errno, log_error, serverSocket, and SocketConnection::setFd(). Referenced by main(). Here is the call graph for this function: ![]() |
|
Definition at line 27 of file ServerSocket.cpp. References ERR_SERVER_START, errno, log_error, NO_ERR, SERVER_BACKLOG, and serverSocket. Referenced by main(). |
|
Definition at line 61 of file ServerSocket.cpp. References serverSocket. Referenced by main(), and ~ServerSocket(). |
|
Definition at line 25 of file ServerSocket.h. |
|
Definition at line 26 of file ServerSocket.h. Referenced by getConnection(), ServerSocket(), start(), and stop(). |