Generated by
JDiff

Class java.net.URLStreamHandler

Documentation changed from old to new.

Removed Methods
void setURL(URL, String, String, int, String, String) Sets the fields of the URL argument to the indicated values.
 

Added Methods
boolean equals(URL, URL) Provides the default equals calculation.
int getDefaultPort() Returns the default port for a URL parsed by this handler.
InetAddress getHostAddress(URL) Get the IP address of our host.
int hashCode(URL) Provides the default hash calculation.
boolean hostsEqual(URL, URL) Compares the host components of two URLs.
boolean sameFile(URL, URL) Compare two urls to see whether they refer to the same file i.e.
void setURL(URL, String, String, int, String, String, String, String, String) Sets the fields of the URL argument to the indicated values.
void setURL(URL, String, String, int, String, String) Sets the fields of the URL argument to the indicated values.