#include <net_socket.h>
Inheritance diagram for Net::ServerSocket:


Public Member Functions | |
| ServerSocket () | |
| dummy constructor | |
| ServerSocket (unsigned int port) | |
| construtctor to set listening on port | |
| AcceptedSocket | wait () |
| waits for incomming connection | |
| AcceptedSocket | wait (Host &host) |
| waits for incomming connection and sets data of peer name | |
| void | operator= (ServerSocket s) |
| copy operator | |
1.3.7