FileDocCategorySizeDatePackage
URLStreamHandlerFactory.javaAPI DocAndroid 1.5 API1373Wed May 06 22:41:04 BST 2009java.net

URLStreamHandlerFactory

public interface URLStreamHandlerFactory
Defines a factory which creates an {@code URLStreamHandler} for a specified protocol. It is used by the class {@code URL}.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public java.net.URLStreamHandlercreateURLStreamHandler(java.lang.String protocol)
Creates a new {@code URLStreamHandler} instance for the given {@code protocol}.

param
protocol the protocol for which a handler is needed.
return
the created handler.
since
Android 1.0