A B C D E F G H I J M N O P Q R S T V W

P

parseCacheHeaders(NetworkResponse) - クラス com.android.volley.toolbox.HttpHeaderParser の static メソッド
Extracts a Cache.Entry from a NetworkResponse.
parseCharset(Map<String, String>) - クラス com.android.volley.toolbox.HttpHeaderParser の static メソッド
Returns the charset specified in the Content-Type of this header, or the HTTP default (ISO-8859-1) if none can be found.
parseDateAsEpoch(String) - クラス com.android.volley.toolbox.HttpHeaderParser の static メソッド
Parse date in RFC1123 format, and return its value as epoch
ParseError - com.android.volley の 例外
Indicates that the server's response could not be parsed.
ParseError() - 例外 com.android.volley.ParseError のコンストラクタ
 
ParseError(NetworkResponse) - 例外 com.android.volley.ParseError のコンストラクタ
 
ParseError(Throwable) - 例外 com.android.volley.ParseError のコンストラクタ
 
performRequest(Request<?>) - インタフェース com.android.volley.Network のメソッド
Performs the specified request.
performRequest(Request<?>) - クラス com.android.volley.toolbox.BasicNetwork のメソッド
 
performRequest(Request<?>, Map<String, String>) - クラス com.android.volley.toolbox.HttpClientStack のメソッド
 
performRequest(Request<?>, Map<String, String>) - インタフェース com.android.volley.toolbox.HttpStack のメソッド
Performs an HTTP request with the given parameters.
performRequest(Request<?>, Map<String, String>) - クラス com.android.volley.toolbox.HurlStack のメソッド
 
PoolingByteArrayOutputStream - 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) - クラス com.android.volley.toolbox.PoolingByteArrayOutputStream のコンストラクタ
Constructs a new PoolingByteArrayOutputStream with a default size.
PoolingByteArrayOutputStream(ByteArrayPool, int) - クラス com.android.volley.toolbox.PoolingByteArrayOutputStream のコンストラクタ
Constructs a new ByteArrayOutputStream with a default size of size bytes.
POST - インタフェース com.android.volley.Request.Method の static 変数
 
postError(Request<?>, VolleyError) - クラス com.android.volley.ExecutorDelivery のメソッド
 
postError(Request<?>, VolleyError) - インタフェース com.android.volley.ResponseDelivery のメソッド
Posts an error for the given request.
postResponse(Request<?>, Response<?>) - クラス com.android.volley.ExecutorDelivery のメソッド
 
postResponse(Request<?>, Response<?>, Runnable) - クラス com.android.volley.ExecutorDelivery のメソッド
 
postResponse(Request<?>, Response<?>) - インタフェース com.android.volley.ResponseDelivery のメソッド
Parses a response from the network or cache and delivers it.
postResponse(Request<?>, Response<?>, Runnable) - インタフェース com.android.volley.ResponseDelivery のメソッド
Parses a response from the network or cache and delivers it.
put(String, Cache.Entry) - インタフェース com.android.volley.Cache のメソッド
Adds or replaces an entry to the cache.
PUT - インタフェース com.android.volley.Request.Method の static 変数
 
put(String, Cache.Entry) - クラス com.android.volley.toolbox.DiskBasedCache のメソッド
Puts the entry with the specified key into the cache.
put(String, Cache.Entry) - クラス com.android.volley.toolbox.NoCache のメソッド
 
putBitmap(String, Bitmap) - インタフェース com.android.volley.toolbox.ImageLoader.ImageCache のメソッド
 

A B C D E F G H I J M N O P Q R S T V W