|
| Server (string, bool, int, Service, int) |
|
| Server (string port, int waiting, Service serv) |
|
int | Accept () |
|
int | Send (int, string) |
|
int | Send (int, vector< char >) |
|
int | Send (int, vector< unsigned char >) |
|
int | Send (int, char *) |
|
int | Send (int, unsigned char *) |
|
int | Receive (int, string &, int) |
|
int | Receive (int, vector< char > &, int) |
|
int | Receive (int, vector< unsigned char > &, int) |
|
int | Receive (int, char *data, int) |
|
int | Receive (int, unsigned char *data, int) |
|
int | Receive (int, vector< string > &, int) |
|
void | stop () |
|
|
static int | createListener (string port, bool block) |
|
static int | createListener (string ipAddress, string port, bool block) |
|
Definition at line 52 of file Server.h.
The documentation for this class was generated from the following files: