接口 HurlStack.UrlRewriter
- 封闭类:
- HurlStack
public static interface HurlStack.UrlRewriter
An interface for transforming URLs before use.
-
方法概要
修饰符和类型方法说明rewriteUrl(String originalUrl) Returns a URL to use instead of the provided one, or null to indicate this URL should not be used at all.
-
方法详细资料
-
rewriteUrl
Returns a URL to use instead of the provided one, or null to indicate this URL should not be used at all.
-