18 #ifndef _DECAF_NET_URL_H_
19 #define _DECAF_NET_URL_H_
32 class URLStreamHandler;
33 class URLStreamHandlerFactory;
283 bool equals(
const URL& other)
const;
299 int getDefaultPort()
const;
369 int hashCode()
const;
422 bool sameFile(
const URL& other)
const;
437 std::string toString()
const;
The abstract class URLStreamHandler is the common superclass for all stream protocol handlers...
Definition: URLStreamHandler.h:45
Concrete implementations of the abstract.
Definition: URLConnection.h:41
This class represents an instance of a URI as defined by RFC 2396.
Definition: URI.h:37
Defines a factory which creates an URLStreamHandler for a specified protocol.
Definition: URLStreamHandlerFactory.h:36
An immutable sequence of characters.
Definition: String.h:57
#define DECAF_API
Definition: Config.h:29
Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web...
Definition: URL.h:118