|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::net::URLConnection Class Reference#include <URLConnection.h>
Inheritance diagram for acdk::net::URLConnection:
List of all members.
Constructor & Destructor Documentation
acdk::net::URLConnection::URLConnection |
( |
IN(RURL) |
url |
) |
|
|
Member Function Documentation
virtual void acdk::net::URLConnection::connect |
( |
|
) |
[pure virtual] |
|
virtual bool acdk::net::URLConnection::getAllowUserInteraction |
( |
|
) |
[inline, virtual] |
|
virtual RString acdk::net::URLConnection::getContentEncoding |
( |
|
) |
[inline, virtual] |
|
virtual int acdk::net::URLConnection::getContentLength |
( |
|
) |
[inline, virtual] |
|
virtual RString acdk::net::URLConnection::getContentType |
( |
|
) |
[virtual] |
|
virtual jlong acdk::net::URLConnection::getDate |
( |
|
) |
[inline, virtual] |
|
bool acdk::net::URLConnection::getDefaultAllowUserInteraction |
( |
|
) |
[inline, static] |
|
RString acdk::net::URLConnection::getDefaultRequestProperty |
( |
IN(RString) |
key |
) |
[inline, static] |
|
bool acdk::net::URLConnection::getDefaultUseCaches |
( |
|
) |
[inline, static] |
|
virtual bool acdk::net::URLConnection::getDoInput |
( |
|
) |
[inline, virtual] |
|
virtual bool acdk::net::URLConnection::getDoOutput |
( |
|
) |
[inline, virtual] |
|
virtual jlong acdk::net::URLConnection::getExpiration |
( |
|
) |
[inline, virtual] |
|
RFileNameMap acdk::net::URLConnection::getFileNameMap |
( |
|
) |
[inline, static] |
|
virtual RString acdk::net::URLConnection::getHeaderField |
( |
IN(RString) |
name |
) |
[virtual] |
|
virtual RString acdk::net::URLConnection::getHeaderField |
( |
int |
index |
) |
[inline, virtual] |
|
virtual jlong acdk::net::URLConnection::getHeaderFieldDate |
( |
IN(RString) |
key, |
|
|
jlong |
def |
|
) |
[virtual] |
|
virtual int acdk::net::URLConnection::getHeaderFieldInt |
( |
IN(RString) |
key, |
|
|
int |
def |
|
) |
[virtual] |
|
virtual RString acdk::net::URLConnection::getHeaderFieldKey |
( |
int |
index |
) |
[inline, virtual] |
|
virtual jlong acdk::net::URLConnection::getIfModifiedSince |
( |
|
) |
[inline, virtual] |
|
virtual RReader acdk::net::URLConnection::getInputStream |
( |
|
) |
[inline, virtual] |
|
virtual jlong acdk::net::URLConnection::getLastModified |
( |
|
) |
[inline, virtual] |
|
virtual RWriter acdk::net::URLConnection::getOutputStream |
( |
|
) |
[inline, virtual] |
|
virtual RString acdk::net::URLConnection::getRequestProperty |
( |
IN(RString) |
key |
) |
[inline, virtual] |
|
virtual RURL acdk::net::URLConnection::getURL |
( |
|
) |
[inline, virtual] |
|
virtual bool acdk::net::URLConnection::getUseCaches |
( |
|
) |
[inline, virtual] |
|
RString acdk::net::URLConnection::guessContentTypeFromName |
( |
IN(RString) |
filename |
) |
[inline, static, protected] |
|
RString acdk::net::URLConnection::guessContentTypeFromStream |
( |
IN(RReader) |
is |
) |
[inline, static] |
|
virtual void acdk::net::URLConnection::setAllowUserInteraction |
( |
bool |
allow |
) |
[inline, virtual] |
|
void acdk::net::URLConnection::setDefaultAllowUserInteraction |
( |
bool |
allow |
) |
[inline, static] |
|
void acdk::net::URLConnection::setDefaultRequestProperty |
( |
IN(RString) |
key, |
|
|
RString |
value |
|
) |
[inline, static] |
|
void acdk::net::URLConnection::setDefaultUseCaches |
( |
bool |
use |
) |
[inline, static] |
|
virtual void acdk::net::URLConnection::setDoInput |
( |
bool |
input |
) |
[inline, virtual] |
|
virtual void acdk::net::URLConnection::setDoOutput |
( |
bool |
output |
) |
[inline, virtual] |
|
void acdk::net::URLConnection::setFileNameMap |
( |
IN(RFileNameMap) |
fileNameMap |
) |
[inline, static] |
|
virtual void acdk::net::URLConnection::setIfModifiedSince |
( |
jlong |
modified_since |
) |
[inline, virtual] |
|
virtual void acdk::net::URLConnection::setRequestProperty |
( |
IN(RString) |
key, |
|
|
IN(RString) |
value |
|
) |
[inline, virtual] |
|
virtual void acdk::net::URLConnection::setUseCaches |
( |
bool |
use_caches |
) |
[inline, virtual] |
|
virtual RString acdk::net::URLConnection::toString |
( |
|
) |
[virtual] |
|
Friends And Related Function Documentation
friend class _URLConnection_init [friend]
|
|
Member Data Documentation
|
|