Liking cljdoc? Tell your friends :D

jdk.net.ContentHandlerFactory

This interface defines a factory for content handlers. An implementation of this interface should map a MIME type into an instance of ContentHandler.

This interface is used by the URLStreamHandler class to create a ContentHandler for a MIME type.

This interface defines a factory for content handlers. An
implementation of this interface should map a MIME type into an
instance of ContentHandler.

This interface is used by the URLStreamHandler class
to create a ContentHandler for a MIME type.
raw docstring

create-content-handlerclj

(create-content-handler this mimetype)

Creates a new ContentHandler to read an object from a URLStreamHandler.

mimetype - the MIME type for which a content handler is desired. - java.lang.String

returns: a new ContentHandler to read an object from a URLStreamHandler. - java.net.ContentHandler

Creates a new ContentHandler to read an object from
 a URLStreamHandler.

mimetype - the MIME type for which a content handler is desired. - `java.lang.String`

returns: a new ContentHandler to read an object from a
          URLStreamHandler. - `java.net.ContentHandler`
raw docstring

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

× close