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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |