com.android.volley.toolbox
インタフェース HurlStack.UrlRewriter

含まれているクラス:
HurlStack

public static interface HurlStack.UrlRewriter

An interface for transforming URLs before use.


メソッドの概要
 java.lang.String rewriteUrl(java.lang.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

java.lang.String rewriteUrl(java.lang.String originalUrl)
Returns a URL to use instead of the provided one, or null to indicate this URL should not be used at all.