Liking cljdoc? Tell your friends :D

jdk.net.URLStreamHandlerFactory

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.
raw docstring

create-url-stream-handlerclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close