The methods of Java.Net.URLStreamHandler are listed below. For a list of all members, see the URLStreamHandler Members list.
See Also: Inherited members from Java.Lang.Object
Equals(URL, URL)Returns true if a and b have the same protocol, host, port, file, and reference. | ||
GetHostAddress(URL)Returns the host address of url. | ||
HashCode(URL)Returns the hash code of url. | ||
HostsEqual(URL, URL)Returns true if the hosts of a and b are equal. | ||
abstract | OpenConnection(URL)Establishes a new connection to the resource specified by the URL u. | |
OpenConnection(URL, Proxy)Establishes a new connection to the resource specified by the URL u using the given proxy. | ||
ParseURL(URL, string, int, int)Parses the clear text URL in str into a URL object. | ||
SameFile(URL, URL)Returns true if a and b have the same protocol, host, port and file. | ||
SetURL(URL, string, string, int, string, string)Sets the fields of the URL u to the values of the supplied arguments. | ||
SetURL(URL, string, string, int, string, string, string, string, string)Sets the fields of the URL u to the values of the supplied arguments. | ||
ToExternalForm(URL)Returns the clear text representation of a given URL using HTTP format. |