/**@class android.webkit.UrlInterceptHandler @hide @deprecated This interface was inteded to be used by Gears. Since Gears was deprecated, so is this class. */ var UrlInterceptHandler = { /**Given an URL, returns the CacheResult which contains the surrogate response for the request, or null if the handler is not interested. @param {String} url URL string. @param {Object {java.util.Map}} headers The headers associated with the request. May be null. @return {Object {android.webkit.CacheManager.CacheResult}} The CacheResult containing the surrogate response. @hide @deprecated Do not use, this interface is deprecated. */ service : function( ) {}, /**Given an URL, returns the PluginData which contains the surrogate response for the request, or null if the handler is not interested. @param {String} url URL string. @param {Object {java.util.Map}} headers The headers associated with the request. May be null. @return {Object {android.webkit.PluginData}} The PluginData containing the surrogate response. @hide @deprecated Do not use, this interface is deprecated. */ getPluginData : function( ) {}, };