FileDocCategorySizeDatePackage
UrlInterceptHandler.javaAPI DocAndroid 5.1 API1980Thu Mar 12 22:22:10 GMT 2015android.webkit

UrlInterceptHandler

public interface UrlInterceptHandler
hide
deprecated
This interface was inteded to be used by Gears. Since Gears was deprecated, so is this class.

Fields Summary
Constructors Summary
Methods Summary
public android.webkit.PluginDatagetPluginData(java.lang.String url, java.util.Map headers)
Given an URL, returns the PluginData which contains the surrogate response for the request, or null if the handler is not interested.

param
url URL string.
param
headers The headers associated with the request. May be null.
return
The PluginData containing the surrogate response.
hide
deprecated
Do not use, this interface is deprecated.

public android.webkit.CacheManager.CacheResultservice(java.lang.String url, java.util.Map headers)
Given an URL, returns the CacheResult which contains the surrogate response for the request, or null if the handler is not interested.

param
url URL string.
param
headers The headers associated with the request. May be null.
return
The CacheResult containing the surrogate response.
hide
deprecated
Do not use, this interface is deprecated.