java.lang.Object | |
↳ | android.webkit.UrlInterceptRegistry |
This class is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
Given an url, returns the PluginData of the first UrlInterceptHandler interested, or null if none are or if intercepts are disabled.
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
Given an url, returns the CacheResult of the first UrlInterceptHandler interested, or null if none are.
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
Register a new UrlInterceptHandler. This handler will be called before any that were previously registered.
handler | The new UrlInterceptHandler object |
---|
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
set the flag to control whether url intercept is enabled or disabled
disabled | true to disable the cache |
---|
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
Unregister a previously registered UrlInterceptHandler.
handler | A previously registered UrlInterceptHandler. |
---|
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
get the state of the url intercept, enabled or disabled