This interface defines a factory for URL stream protocol handlers.
It is used by the URL class to create a URLStreamHandler for a specific protocol.
This interface defines a factory for URL stream protocol handlers. It is used by the URL class to create a URLStreamHandler for a specific protocol.
(create-url-stream-handler this protocol)
Creates a new URLStreamHandler instance with the specified protocol.
protocol - the protocol (ftp
, http
, nntp
, etc.). - java.lang.String
returns: a URLStreamHandler for the specific protocol. - java.net.URLStreamHandler
Creates a new URLStreamHandler instance with the specified protocol. protocol - the protocol (`ftp`, `http`, `nntp`, etc.). - `java.lang.String` returns: a URLStreamHandler for the specific protocol. - `java.net.URLStreamHandler`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close