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