March 2005
Beginner to intermediate
1254 pages
104h 21m
English
ContentHandlerFactory
This interface defines a method that
creates and returns an appropriate ContentHandler
object for a specified MIME type. A systemwide
ContentHandlerFactory interface may be specified
using the URLConnection.setContentHandlerFactory(
)
method. Normal applications
never need to use or implement this interface.
public interface ContentHandlerFactory { // Public Instance Methods java.net.ContentHandler createContentHandler(String mimetype); }
URLConnection.setContentHandlerFactory( )
Read now
Unlock full access