- parseCacheHeaders(NetworkResponse) - Static method in class com.android.volley.toolbox.HttpHeaderParser
-
- parseCacheHeaders_cacheControlMustRevalidateNoMaxAge() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- parseCacheHeaders_cacheControlMustRevalidateWithMaxAge() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- parseCacheHeaders_cacheControlMustRevalidateWithMaxAgeAndStale() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- parseCacheHeaders_cacheControlNoCache() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- parseCacheHeaders_cacheControlOverridesExpires() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- parseCacheHeaders_etag() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- parseCacheHeaders_expiresInPast() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- parseCacheHeaders_headersSet() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- parseCacheHeaders_noHeaders() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- parseCacheHeaders_normalExpire() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- parseCacheHeaders_serverRelative() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- parseCaseInsensitive() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- parseCharset(Map<String, String>, String) - Static method in class com.android.volley.toolbox.HttpHeaderParser
-
Retrieve a charset from headers
- parseCharset(Map<String, String>) - Static method in class com.android.volley.toolbox.HttpHeaderParser
-
Returns the charset specified in the Content-Type of this header,
or the HTTP default (ISO-8859-1) if none can be found.
- parseCharset() - Method in class com.android.volley.toolbox.HttpHeaderParserTest
-
- parseDateAsEpoch(String) - Static method in class com.android.volley.toolbox.HttpHeaderParser
-
Parse date in RFC1123 format, and return its value as epoch
- ParseError - Exception in com.android.volley
-
Indicates that the server's response could not be parsed.
- ParseError() - Constructor for exception com.android.volley.ParseError
-
- ParseError(NetworkResponse) - Constructor for exception com.android.volley.ParseError
-
- ParseError(Throwable) - Constructor for exception com.android.volley.ParseError
-
- parseNetworkError(VolleyError) - Method in class com.android.volley.Request
-
Subclasses can override this method to parse 'networkError' and return a more specific error.
- parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.Request
-
Subclasses must implement this to parse the raw network response
and return an appropriate response type.
- parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.toolbox.ClearCacheRequest
-
- parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.toolbox.ImageRequest
-
- parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.toolbox.JsonArrayRequest
-
- parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.toolbox.JsonObjectRequest
-
- parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.toolbox.JsonRequest
-
- parseNetworkResponse(NetworkResponse) - Method in class com.android.volley.toolbox.StringRequest
-
- parseNetworkResponse_resizing() - Method in class com.android.volley.toolbox.ImageRequestTest
-
- PATCH - Static variable in interface com.android.volley.Request.Method
-
- performRequest(Request<?>) - Method in interface com.android.volley.Network
-
Performs the specified request.
- performRequest(Request<?>) - Method in class com.android.volley.toolbox.BasicNetwork
-
- performRequest(Request<?>, Map<String, String>) - Method in class com.android.volley.toolbox.HttpClientStack
-
- performRequest(Request<?>, Map<String, String>) - Method in interface com.android.volley.toolbox.HttpStack
-
Performs an HTTP request with the given parameters.
- performRequest(Request<?>, Map<String, String>) - Method in class com.android.volley.toolbox.HurlStack
-
- pooledIndividualWrites() - Method in class com.android.volley.toolbox.PoolingByteArrayOutputStreamTest
-
- pooledOneBuffer() - Method in class com.android.volley.toolbox.PoolingByteArrayOutputStreamTest
-
- PoolingByteArrayOutputStream - Class in com.android.volley.toolbox
-
A variation of ByteArrayOutputStream
that uses a pool of byte[] buffers instead
of always allocating them fresh, saving on heap churn.
- PoolingByteArrayOutputStream(ByteArrayPool) - Constructor for class com.android.volley.toolbox.PoolingByteArrayOutputStream
-
Constructs a new PoolingByteArrayOutputStream with a default size.
- PoolingByteArrayOutputStream(ByteArrayPool, int) - Constructor for class com.android.volley.toolbox.PoolingByteArrayOutputStream
-
Constructs a new ByteArrayOutputStream
with a default size of size
bytes.
- PoolingByteArrayOutputStreamTest - Class in com.android.volley.toolbox
-
- PoolingByteArrayOutputStreamTest() - Constructor for class com.android.volley.toolbox.PoolingByteArrayOutputStreamTest
-
- POST - Static variable in interface com.android.volley.Request.Method
-
- postError(Request<?>, VolleyError) - Method in class com.android.volley.ExecutorDelivery
-
- postError(Request<?>, VolleyError) - Method in interface com.android.volley.ResponseDelivery
-
Posts an error for the given request.
- postErrorCallsDeliverError() - Method in class com.android.volley.ResponseDeliveryTest
-
- postResponse(Request<?>, Response<?>) - Method in class com.android.volley.ExecutorDelivery
-
- postResponse(Request<?>, Response<?>, Runnable) - Method in class com.android.volley.ExecutorDelivery
-
- postResponse(Request<?>, Response<?>) - Method in interface com.android.volley.ResponseDelivery
-
Parses a response from the network or cache and delivers it.
- postResponse(Request<?>, Response<?>, Runnable) - Method in interface com.android.volley.ResponseDelivery
-
Parses a response from the network or cache and delivers it.
- postResponseCallsDeliverResponse() - Method in class com.android.volley.ResponseDeliveryTest
-
- postResponseSuppressesCanceled() - Method in class com.android.volley.ResponseDeliveryTest
-
- PROTOCOL_CHARSET - Static variable in class com.android.volley.toolbox.JsonRequest
-
Default charset for JSON request.
- publicMethods() - Method in class com.android.volley.toolbox.AndroidAuthenticatorTest
-
- publicMethods() - Method in class com.android.volley.toolbox.CacheTest
-
- publicMethods() - Method in class com.android.volley.toolbox.DiskBasedCacheTest
-
- publicMethods() - Method in class com.android.volley.toolbox.ImageLoaderTest
-
- publicMethods() - Method in class com.android.volley.toolbox.ImageRequestTest
-
- publicMethods() - Method in class com.android.volley.toolbox.JsonRequestTest
-
- publicMethods() - Method in class com.android.volley.toolbox.NetworkImageViewTest
-
- publicMethods() - Method in class com.android.volley.toolbox.RequestFutureTest
-
- publicMethods() - Method in class com.android.volley.toolbox.RequestQueueTest
-
- publicMethods() - Method in class com.android.volley.toolbox.RequestTest
-
- publicMethods() - Method in class com.android.volley.toolbox.ResponseTest
-
- publicMethods() - Method in class com.android.volley.toolbox.StringRequestTest
-
- put(String, Cache.Entry) - Method in interface com.android.volley.Cache
-
Adds or replaces an entry to the cache.
- PUT - Static variable in interface com.android.volley.Request.Method
-
- put(String, Cache.Entry) - Method in class com.android.volley.toolbox.DiskBasedCache
-
Puts the entry with the specified key into the cache.
- put(String, Cache.Entry) - Method in class com.android.volley.toolbox.NoCache
-
- putBitmap(String, Bitmap) - Method in interface com.android.volley.toolbox.ImageLoader.ImageCache
-