加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090228154148/http://developer.android.com:80/reference/java/net/URLStreamHandlerFactory.html
public interface

URLStreamHandlerFactory

java.net.URLStreamHandlerFactory

Class Overview

Defines a factory which creates URL Stream (protocol) Handler It is used by the classes URL

Summary

Public Methods
abstract URLStreamHandler createURLStreamHandler(String protocol)
Creates a new URL Stream Handler instance.

Public Methods

public abstract URLStreamHandler createURLStreamHandler (String protocol)

Creates a new URL Stream Handler instance.

Parameters
protocol java.lang.String
Returns
  • java.net.URLStreamHandler