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.
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