com.android.volley.toolbox
Interface HurlStack.UrlRewriter

Enclosing class:
HurlStack

public static interface HurlStack.UrlRewriter

An interface for transforming URLs before use.


Method Summary
 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.
 

Method Detail

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.