namespace Akenti class FileURLHandlerImpl : public URLHandlerImpl
A FileURLHandlerImpl is an object that implements the services for
a file URL that are provided by the base class, URLHandlerImpl
Inheritance:
Public Methods
| FileURLHandlerImpl ()
Constructs this object
|
| ~FileURLHandlerImpl ()
Destroys this object
|
URLConnection | getURLConnection (const URL& url) const
Creates a new URL connection and returns it
|
Public Methods
virtual void parseURL(URL& url, const string& spec) const
virtual void initURL(URL& url, const string& host, int port, const string& file) const
virtual string toExternalForm(const URL& url) const
Protected Methods
void setHost(URL& url, const string& host) const
void setPort(URL &url, int port) const
void setFile(URL& url, const string& file) const
Documentation
A FileURLHandlerImpl is an object that implements the services for
a file URL that are provided by the base class, URLHandlerImpl.
It initializes a file URL by parsing
the a URL string. It creates the URL string from the URL.
It creates a URL connection for the file.
FileURLHandlerImpl()
-
Constructs this object.
~FileURLHandlerImpl()
-
Destroys this object
URLConnection getURLConnection(const URL& url) const
-
Creates a new URL connection and returns it.
- Returns:
- URLConnection a new URL connection
- Parameters:
- url - The URL to which the connection is going to apply
- See Also:
- URLConnection(URLConnectionImpl* impl = NULL)
FileURLConnectionImpl(const URL& url)
- This class has no child classes.
- Author:
- Srilekha Mudumbai
Abdelilah Essiari
- Version:
- 1.1 00/11/01
- See Also:
- URL
URLConnection
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de