|
|
|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::net::HttpURLConnection Class Reference#include <HttpURLConnection.h>
Inheritance diagram for acdk::net::HttpURLConnection:
List of all members.
Detailed Description
- See also:
- HttpURLConnectionImpl for implementation details
Constructor & Destructor Documentation
| acdk::net::HttpURLConnection::HttpURLConnection |
( |
IN(RURL) |
url |
) |
[inline] |
|
Member Function Documentation
| virtual RSocket acdk::net::HttpURLConnection::createSocket |
( |
IN(RString) |
host, |
|
|
int |
port |
|
) |
[pure virtual] |
|
| virtual void acdk::net::HttpURLConnection::disconnect |
( |
|
) |
[pure virtual] |
|
| virtual RReader acdk::net::HttpURLConnection::getErrorStream |
( |
|
) |
[virtual] |
|
| bool acdk::net::HttpURLConnection::getFollowRedirects |
( |
|
) |
[inline, static] |
|
| virtual RString acdk::net::HttpURLConnection::getRequestMethod |
( |
|
) |
[inline, virtual] |
|
| virtual HttpResponceCode acdk::net::HttpURLConnection::getResponseCode |
( |
|
) |
[inline, virtual] |
|
| virtual RString acdk::net::HttpURLConnection::getResponseMessage |
( |
|
) |
[inline, virtual] |
|
| virtual int acdk::net::HttpURLConnection::getStandardPort |
( |
|
) |
[pure virtual] |
|
| void acdk::net::HttpURLConnection::setFollowRedirects |
( |
bool |
follow |
) |
[inline, static] |
|
| virtual void acdk::net::HttpURLConnection::setRequestMethod |
( |
IN(RString) |
method |
) |
[virtual] |
|
| virtual bool acdk::net::HttpURLConnection::usingProxy |
( |
|
) |
[pure virtual] |
|
Member Data Documentation
|
|