URLStreamHandlerFactory.createURLStreamHandler

URLStreamHandlerFactory.createURLStreamHandler

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract URLStreamHandler createURLStreamHandler( String protocol )
Parameters
protocol
the protocol ("ftp", "http", "nntp", etc.).
Returns
a URLStreamHandler for the specific protocol.
Description
Creates a new URLStreamHandler instance with the specified protocol.

See Also
URLStreamHandler