log4cplus
1.1.0
|
This class implements server sockets. More...
#include <socket.h>
Public Member Functions | |
ServerSocket (unsigned short port) | |
virtual | ~ServerSocket () |
Socket | accept () |
This class implements server sockets.
A server socket waits for requests to come in over the network. It performs some operation based on that request, and then possibly returns a result to the requester.
Definition at line 106 of file helpers/socket.h.
log4cplus::helpers::ServerSocket::ServerSocket | ( | unsigned short | port | ) |
virtual log4cplus::helpers::ServerSocket::~ServerSocket | ( | ) | [virtual] |