接口 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

      String 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.