Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::net::URLInterface Class Reference#include <URLInterface.h>
Inheritance diagram for acdk::net::URLInterface:
List of all members.
Detailed Description
Interface to an URL.
API: ACDK
To seperate core packages from acdk::net, URLInterface is introduced for usage in acdk.core to seperate it from URL, which is implemented in acdk::net - Author:
- Roger Rene Kommer
- Version:
- Revision
- 1.10
- Date:
- Date
- 2005/04/08 10:53:20
Member Function Documentation
|
API: Java
- Parameters:
-
obj | The leading argument |
ch | The buffer to write in |
- Returns:
- returns given converter as string
Implemented in acdk::net::URL. |
virtual RString acdk::net::URLInterface::getFile |
( |
|
) |
[pure virtual] |
|
virtual RString acdk::net::URLInterface::getHost |
( |
|
) |
[pure virtual] |
|
virtual RString acdk::net::URLInterface::getPassword |
( |
|
) |
[pure virtual] |
|
virtual int acdk::net::URLInterface::getPort |
( |
|
) |
[pure virtual] |
|
virtual RString acdk::net::URLInterface::getProtocol |
( |
|
) |
[pure virtual] |
|
virtual RString acdk::net::URLInterface::getRef |
( |
|
) |
[pure virtual] |
|
virtual RString acdk::net::URLInterface::getUser |
( |
|
) |
[pure virtual] |
|
virtual RReader acdk::net::URLInterface::openStream |
( |
|
) |
[pure virtual] |
|
virtual bool acdk::net::URLInterface::sameFile |
( |
IN(RURLInterface) |
other |
) |
[pure virtual] |
|
virtual RString acdk::net::URLInterface::toExternalForm |
( |
|
) |
[pure virtual] |
|
|