namespace Akenti class URLConnection : public ref_ptr<URLConnectionImpl> A URLConnection object is a ref_ptr to a URLConnectionImpl that wraps a URLHandlerImpl
| | URL () Constructs a null URL |
| | URL (const string& url) Constructs this object |
| | URL (const string& protocol, const string& host, int port, const string& file) Constructs this object |
| | ~URL () Destructor |
| | getProtocol () const Returns a string containing the protocol of this url object |
| | getHost () const Returns a string containing the host of this url object |
| | getPort () const Returns an integer containing the port of this url object |
| | getFile () const Returns a string containing the file name of the information to be retrieved from this url |
| | toString () const Returns the string representation of this url |
| | getURLConnection () const Returns a URLConnection object associated with the URL |
| | operator void* () const |
| | operator== (const URL& url) const |
| | paramString () const Returns a string representation for URL, which is used debugging purposes |
| | URLConnection (URLConnectionImpl* impl = NULL) Constructs this object |
| | ~URLConnection () Decrements the ref_cnt and when the count reaches 0 destroys the implementation and this object |
A URLConnection object is a ref_ptr to a URLConnectionImpl that wraps a URLHandlerImpl. Provides services indirectly from the URLHandlerImpl.
URL(const string& url)
URL(const string& protocol, const string& host, int port, const string& file)
host - connect to this host
port - the port to connect to the host for sending requests
file - the information to be retrieved from the url
~URL()
const string& getProtocol() const
const string& getHost() const
int getPort() const
const string& getFile() const
string toString() const
URLConnection getURLConnection() const
operator void*() const
bool operator==(const URL& url) const
string paramString() const
URLConnection(URLConnectionImpl* impl = NULL)
~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