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

Public Methods | |
| ServerSocket () | |
| virtual Socket * | accept ()=0 |
| virtual bool | ready ()=0 |
|
|
Creates a new ServerSocket |
|
|
Blocks while waiting for incoming connections. Returns a new Socket when a connection is received. The returned Socket should be freed by the caller.
|
|
|
Checks if the server has been set up correctly.
|
1.2.18