HttpURLConnection
istream &HttpURLConnection::getInputStream()
ostream &HttpURLConnection::getOutputStream()
void HttpURLConnection::setDoInput(bool doInput)
void HttpURLConnection::setDoOutput(bool doOutput)
void HttpURLConnection::connect()
const char *HttpURLConnection::getContentType()
const char *HttpURLConnection::getContentEncoding()
int HttpURLConnection::getContentLength()
const char *HttpURLConnection::getHeaderField(const char *s)
HTTP_RESPONSECODE HttpURLConnection::getResponseCode()
const char *HttpURLConnection::getResponseMessage()
void HttpURLConnection::action()
void HttpURLConnection::setRequest()
void HttpURLConnection::setContent()
void HttpURLConnection::getResponse()
void HttpURLConnection::getContent()
HttpURLConnection::HttpURLConnection(const BUrl &Url)
HttpURLConnection::~HttpURLConnection()
void HttpURLConnection::disconnect()
const char *HttpURLConnection::getRequestMethod() const
void HttpURLConnection::setRequestMethod(const char *method)
void HttpURLConnection::setRequestProperty(const char *key, const char *value)
inline const char *HttpURLConnection::getLastError() const
inline void HttpURLConnection::setLastError(const char *e)
class HttpURLConnection {
HttpURLConnection(const BUrl &url);
virtual ~HttpURLConnection();
: HttpURLConnection(Url)
HttpURLConnection::setRequest();
HttpURLConnection::getContent();
class IppURLConnection : public HttpURLConnection {