Public Member Functions | |
| BufferedSocket (int socket) | |
| void | ensure (int n) |
| int | read_data (void) |
Public Attributes | |
| int | s |
| int | bpos |
| int | blen |
| char * | buffer |
Definition at line 103 of file EST_Server.h.
| int EST_Server::BufferedSocket::s |
Definition at line 106 of file EST_Server.h.
| int EST_Server::BufferedSocket::bpos |
Definition at line 107 of file EST_Server.h.
| int EST_Server::BufferedSocket::blen |
Definition at line 108 of file EST_Server.h.
| char* EST_Server::BufferedSocket::buffer |
Definition at line 109 of file EST_Server.h.