Android
android.webkit
public interface

android.webkit.UrlInterceptHandler

android.webkit.UrlInterceptHandler

Summary

Public Methods

          CacheManager.CacheResult  service(String url, Map<StringString> headers)
Given an URL, returns the CacheResult which contains the surrogate response for the request, or null if the handler is not interested.

Details

Public Methods

public CacheManager.CacheResult service(String url, Map<StringString> headers)

Given an URL, returns the CacheResult which contains the surrogate response for the request, or null if the handler is not interested.

Parameters

url URL string.
headers The headers associated with the request. May be null.

Returns

  • The CacheResult containing the surrogate response.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48