#include <Socket.h>
Inherited by ClientSocket [private]
.
Public Member Functions | |
Socket () | |
virtual | ~Socket () |
bool | create () |
bool | bind (const int port) |
bool | listen () const |
bool | accept (Socket &) const |
bool | connect (const std::string host, const int port) |
bool | send (const std::string) const |
int | recv (std::string &) const |
void | set_non_blocking (const bool) |
bool | is_valid () const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|