| Tanl Linguistic Pipeline |
Server socket. More...
#include <ServerSocket.h>
Public Member Functions | |
| ServerSocket (int port, int backLog=10) | |
| Creates a server socket and binds it to the specified local port number, with the specified backlog. | |
| ServerSocket (ServerSocket const &other) | |
| Copy constructor. | |
| ServerSocket & | operator= (const ServerSocket &rhs) |
| Socket | accept () |
| Listens for a connection to be made to this socket and accepts it. | |
| SOCKET | filedes () |
Server socket.
A server socket is used to wait for requests to come in over the network.
| Socket IXE::io::ServerSocket::accept | ( | ) |
Listens for a connection to be made to this socket and accepts it.
| SOCKET IXE::io::ServerSocket::filedes | ( | ) | [inline] |