public static interface

HurlStack.UrlRewriter

com.android.volley.toolbox.HurlStack.UrlRewriter

Class Overview

An interface for transforming URLs before use.

Summary

Public Methods
abstract 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.

Public Methods

public abstract 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.