|
|
|
|
|
class HttpURLConnectionImpl
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::net::HttpURLConnectionImpl Class Reference#include <HttpURLConnectionImpl.h>
Inheritance diagram for acdk::net::HttpURLConnectionImpl:
List of all members.
Detailed Description
Implementation of HttpURLConnection Currently only HTTP 1.0 is supported It doesn't evaluate the HTTP repsonse header and does no decoding of content.
Constructor & Destructor Documentation
acdk::net::HttpURLConnectionImpl::HttpURLConnectionImpl |
( |
IN(RURL) |
url |
) |
|
|
Member Function Documentation
void acdk::net::HttpURLConnectionImpl::connect |
( |
|
) |
[virtual] |
|
virtual RSocket acdk::net::HttpURLConnectionImpl::createSocket |
( |
IN(RString) |
host, |
|
|
int |
port |
|
) |
[virtual] |
|
void acdk::net::HttpURLConnectionImpl::disconnect |
( |
|
) |
[inline, virtual] |
|
RString acdk::net::HttpURLConnectionImpl::getHeaderField |
( |
int |
n |
) |
[inline, virtual] |
|
int acdk::net::HttpURLConnectionImpl::getHeaderFieldCount |
( |
|
) |
[inline] |
|
RString acdk::net::HttpURLConnectionImpl::getHeaderFieldKey |
( |
int |
n |
) |
[inline, virtual] |
|
RReader acdk::net::HttpURLConnectionImpl::getInputStream |
( |
|
) |
[inline, virtual] |
|
virtual int acdk::net::HttpURLConnectionImpl::getStandardPort |
( |
|
) |
[inline, virtual] |
|
void acdk::net::HttpURLConnectionImpl::setRequestMethod |
( |
IN(RString) |
method |
) |
[virtual] |
|
bool acdk::net::HttpURLConnectionImpl::usingProxy |
( |
|
) |
[inline, virtual] |
|
Member Data Documentation
|
|