Java.Net.URLStreamHandler Members

The members of Java.Net.URLStreamHandler are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
DefaultPortint. Returns the default port of the protocol used by the handled URL.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Protected Methods

Equals(URL, URL) : bool
Returns true if a and b have the same protocol, host, port, file, and reference.
GetHostAddress(URL) : InetAddress
Returns the host address of url.
HashCode(URL) : int
Returns the hash code of url.
HostsEqual(URL, URL) : bool
Returns true if the hosts of a and b are equal.
abstract
OpenConnection(URL) : URLConnection
Establishes a new connection to the resource specified by the URL u.
OpenConnection(URL, Proxy) : URLConnection
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) : bool
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) : string
Returns the clear text representation of a given URL using HTTP format.