18 #ifndef _DECAF_NET_URLSTREAMHANDLER_H_
19 #define _DECAF_NET_URLSTREAMHANDLER_H_
94 virtual bool equals(
const URL& source,
const URL& other)
const;
103 virtual int hashCode(
const URL& url)
const;
115 virtual bool hostsEqual(
const URL& source,
const URL& other)
const;
128 virtual bool sameFile(
const URL& source,
const URL& other)
const;
158 virtual int getDefaultPort()
const;
206 void setURL(
URL& url,
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
Represents an IP address.
Definition: InetAddress.h:33
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