| Interface | Description |
|---|---|
| Authenticator |
An interface for interacting with auth tokens.
|
| HttpStack |
An HTTP stack abstraction.
|
| HurlStack.UrlRewriter |
An interface for transforming URLs before use.
|
| ImageCache |
Simple cache adapter interface.
|
| ImageLoader.ImageListener |
Interface for the response handlers on image requests.
|
| Class | Description |
|---|---|
| AndroidAuthenticator |
An Authenticator that uses
AccountManager to get auth
tokens of a specified type for a specified account. |
| BasicNetwork |
A network performing Volley requests over an
HttpStack. |
| ByteArrayPool |
ByteArrayPool is a source and repository of
byte[] objects. |
| HttpClientStack |
An HttpStack that performs request over an
HttpClient. |
| HttpClientStack.HttpPatch |
The HttpPatch class does not exist in the Android framework, so this has
been defined here.
|
| HttpHeaderParser |
Utility methods for parsing HTTP headers.
|
| HurlStack |
An
HttpStack based on HttpURLConnection. |
| ImageLoader |
Helper that handles loading and caching images from remote URLs.
|
| PoolingByteArrayOutputStream |
A variation of
ByteArrayOutputStream that uses a pool of byte[] buffers instead
of always allocating them fresh, saving on heap churn. |
| RequestFuture<T> |
A Future that represents a Volley request.
|
| Volley | |
| VolleyTickle |