namespace Akenti class HttpURLHandlerImpl : public URLHandlerImpl

A HttpURLHandlerImpl object provides the services for an http URL that are not provided by the base class, URLHandlerImpl

Inheritance:


Public Methods

HttpURLHandlerImpl ()
Constructs this object
~HttpURLHandlerImpl ()
Destroys this object
URLConnection getURLConnection (const URL& url) const
Creates a new the URL connection for the specified url

Inherited from URLHandlerImpl:

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 HttpURLHandlerImpl object provides the services for an http URL that are not provided by the base class, URLHandlerImpl. These consist of returning the default port of 80, and creating a HttpURLConnection.
HttpURLHandlerImpl()
Constructs this object

~HttpURLHandlerImpl()
Destroys this object

URLConnection getURLConnection(const URL& url) const
Creates a new the URL connection for the specified url.
Returns:
the URL connection
Parameters:
url - the connection for this url


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/11/01
See Also:
URLHandlerImpl
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