Uses of Class java.net.URLStreamHandler

Uses in package java.net

Constructors with parameter type java.net.URLStreamHandler

URL.URL(String protocol, String host, int port, String file, URLStreamHandler ph)
This method initializes a new instance of URL with the specified protocol, host, port, and file.
URL.URL(URL context, String spec, URLStreamHandler ph)
Creates an URL from given arguments This method parses a String representation of a URL within the context of an existing URL.

Methods with return type java.net.URLStreamHandler

URLStreamHandler
This method maps the protocol portion of a URL to a URLStreamHandler object.