#include <UT_WebConnection.h>
Public Member Functions | |
| UT_WebConnection () | |
| ~UT_WebConnection () | |
| void | setHostName (const char *host_name) |
| void | setPort (int port) |
| void | setProxy (const char *host_name, int port) |
| void | doNotUseProxy () |
| void | setPageName (const char *page_name) |
| void | setSessionId (const char *session_id) |
| void | addVariable (const char *variable_name, const char *variable_value) |
| void | addVariable (const char *variable_name, int variable_value) |
| void | clearVariables () |
| bool | retrievePage (UT_WorkBuffer &result, UT_WorkBuffer &session_id) |
| void | setModTime (const char *src) |
| int | getModTime () const |
Static Public Member Functions | |
| static void | encodeURIData (const char *data_to_encode, UT_WorkBuffer &encoded_value) |
Definition at line 30 of file UT_WebConnection.h.
| UT_WebConnection::UT_WebConnection | ( | ) |
| UT_WebConnection::~UT_WebConnection | ( | ) |
| void UT_WebConnection::addVariable | ( | const char * | variable_name, | |
| int | variable_value | |||
| ) |
| void UT_WebConnection::addVariable | ( | const char * | variable_name, | |
| const char * | variable_value | |||
| ) |
| void UT_WebConnection::clearVariables | ( | ) |
| void UT_WebConnection::doNotUseProxy | ( | ) |
| static void UT_WebConnection::encodeURIData | ( | const char * | data_to_encode, | |
| UT_WorkBuffer & | encoded_value | |||
| ) | [static] |
| int UT_WebConnection::getModTime | ( | ) | const |
| bool UT_WebConnection::retrievePage | ( | UT_WorkBuffer & | result, | |
| UT_WorkBuffer & | session_id | |||
| ) |
| void UT_WebConnection::setHostName | ( | const char * | host_name | ) |
| void UT_WebConnection::setModTime | ( | const char * | src | ) |
| void UT_WebConnection::setPageName | ( | const char * | page_name | ) |
| void UT_WebConnection::setPort | ( | int | port | ) | [inline] |
Definition at line 40 of file UT_WebConnection.h.
| void UT_WebConnection::setProxy | ( | const char * | host_name, | |
| int | port | |||
| ) |
| void UT_WebConnection::setSessionId | ( | const char * | session_id | ) |
1.5.9