| addEndMarker(void) | CzzHTTP | [protected] |
| addEntityData(const char *data, unsigned long size) | CzzHTTP | [protected] |
| addHeader(const char *format_header,...) | CzzHTTP | [protected] |
| addRequest(const char *method, const char *uri) | CzzHTTP | [protected] |
| CzzHTTP(const char *host, const char *port, const char *user_agent, unsigned short s_timeout, unsigned short r_timeout) | CzzHTTP | |
| del(const char *uri) | CzzHTTP | |
| get(const char *uri, const char *response_file) | CzzHTTP | |
| getFileSize(void) | CzzHTTP | [inline] |
| getResponseHeaders(void) | CzzHTTP | [inline] |
| head(const char *uri) | CzzHTTP | |
| m_FileSize | CzzHTTP | [protected] |
| m_Host | CzzHTTP | [protected] |
| m_LocalHost | CzzHTTP | [protected] |
| m_Port | CzzHTTP | [protected] |
| m_RecTimeout | CzzHTTP | [protected] |
| m_ReplyBuffer | CzzHTTP | [protected] |
| m_ResponseFile | CzzHTTP | [protected] |
| m_ResponseHeaders | CzzHTTP | [protected] |
| m_SendBuffer | CzzHTTP | [protected] |
| m_SendTimeout | CzzHTTP | [protected] |
| m_Socket | CzzHTTP | [protected] |
| m_UserAgent | CzzHTTP | [protected] |
| parseReply(unsigned long size) | CzzHTTP | [protected] |
| post(const char *uri, const char *query, const char *response_file) | CzzHTTP | |
| post(const char *uri, CzzMIMEBody &body, const char *response_file) | CzzHTTP | |
| put(const char *uri, const char *data, unsigned long size) | CzzHTTP | |
| reply(void) | CzzHTTP | |
| send(void) | CzzHTTP | [protected] |
| writeToFile(long from, long size) | CzzHTTP | [protected, virtual] |
| ~CzzHTTP() | CzzHTTP | [virtual] |