|
|
virtual void | close () |
| |
|
virtual SOCKET_TYPE | getSocket () const |
| |
|
bool | connect_pending () const |
| |
|
| basic_socket_stream (socketbuf &buffer, int proto=FreeSockets::proto_IP) |
| | Make a socket stream.
|
| |
|
bool | fail () |
| |
|
bool | operator! () |
| |
|
bool | timeout () const |
| |
|
void | shutdown (bool wr_only=false) |
| |
|
void | setSocket (SOCKET_TYPE sock) |
| |
|
void | setTimeout (unsigned sec, unsigned usec=0) |
| |
|
int | getProtocol () const |
| |
|
int | getLastError () const |
| |
|
void | copyLastError (const basic_socket &other) |
| |
|
bool | is_open () const |
| |
|
|
| stream_socket_stream (SOCKET_TYPE socket) |
| |
|
void | setLastError () const |
| |
|
|
SOCKET_TYPE | _connecting_socket |
| |
|
socketbuf & | _sockbuf |
| |
|
int | m_protocol |
| |
|
int | LastError |
| |
The documentation for this class was generated from the following files: