@Deprecated public interface UrlInterceptHandler
Modifier and Type | Method and Description |
---|---|
PluginData |
getPluginData(String url,
Map<String,String> headers)
Deprecated.
Do not use, this interface is deprecated.
|
CacheManager.CacheResult |
service(String url,
Map<String,String> headers)
Deprecated.
Do not use, this interface is deprecated.
|
@Deprecated CacheManager.CacheResult service(String url, Map<String,String> headers)
url
- URL string.headers
- The headers associated with the request. May be null.@Deprecated PluginData getPluginData(String url, Map<String,String> headers)
url
- URL string.headers
- The headers associated with the request. May be null.