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

G

get(String) - インタフェース com.android.volley.Cache のメソッド
Retrieves an entry from the cache.
GET - インタフェース com.android.volley.Request.Method の static 変数
 
get(String) - クラス com.android.volley.toolbox.DiskBasedCache のメソッド
Returns the cache entry with the specified key if it exists, null otherwise.
get(String, ImageLoader.ImageListener) - クラス com.android.volley.toolbox.ImageLoader のメソッド
Returns an ImageContainer for the requested URL.
get(String, ImageLoader.ImageListener, int, int) - クラス com.android.volley.toolbox.ImageLoader のメソッド
Issues a bitmap request with the given URL if that image is not available in the cache, and returns a bitmap container that contains all of the data relating to the request (as well as the default image if the requested image is not available).
get(String) - クラス com.android.volley.toolbox.NoCache のメソッド
 
get() - クラス com.android.volley.toolbox.RequestFuture のメソッド
 
get(long, TimeUnit) - クラス com.android.volley.toolbox.RequestFuture のメソッド
 
getAccount() - クラス com.android.volley.toolbox.AndroidAuthenticator のメソッド
Returns the Account being used by this authenticator.
getAuthToken() - クラス com.android.volley.toolbox.AndroidAuthenticator のメソッド
 
getAuthToken() - インタフェース com.android.volley.toolbox.Authenticator のメソッド
Synchronously retrieves an auth token.
getBitmap(String) - インタフェース com.android.volley.toolbox.ImageLoader.ImageCache のメソッド
 
getBitmap() - クラス com.android.volley.toolbox.ImageLoader.ImageContainer のメソッド
Returns the bitmap associated with the request URL if it has been loaded, null otherwise.
getBody() - クラス com.android.volley.Request のメソッド
Returns the raw POST or PUT body to be sent.
getBody() - クラス com.android.volley.toolbox.JsonRequest のメソッド
 
getBodyContentType() - クラス com.android.volley.Request のメソッド
 
getBodyContentType() - クラス com.android.volley.toolbox.JsonRequest のメソッド
 
getBuf(int) - クラス com.android.volley.toolbox.ByteArrayPool のメソッド
Returns a buffer from the pool if one is available in the requested size, or allocates a new one if a pooled one is not available.
getCache() - クラス com.android.volley.RequestQueue のメソッド
Gets the Cache instance being used.
getCacheEntry() - クラス com.android.volley.Request のメソッド
Returns the annotated cache entry, or null if there isn't one.
getCacheKey() - クラス com.android.volley.Request のメソッド
Returns the cache key for this request.
getCurrentRetryCount() - クラス com.android.volley.DefaultRetryPolicy のメソッド
Returns the current retry count.
getCurrentRetryCount() - インタフェース com.android.volley.RetryPolicy のメソッド
Returns the current retry count (used for logging).
getCurrentTimeout() - クラス com.android.volley.DefaultRetryPolicy のメソッド
Returns the current timeout.
getCurrentTimeout() - インタフェース com.android.volley.RetryPolicy のメソッド
Returns the current timeout (used for logging).
getFileForKey(String) - クラス com.android.volley.toolbox.DiskBasedCache のメソッド
Returns a file object for the given cache key.
getHeaders() - クラス com.android.volley.Request のメソッド
Returns a list of extra HTTP headers to go along with this request.
getImageListener(ImageView, int, int) - クラス com.android.volley.toolbox.ImageLoader の static メソッド
The default implementation of ImageListener which handles basic functionality of showing a default image until the network response is received, at which point it will switch to either the actual image or the error image.
getMessage() - 例外 com.android.volley.AuthFailureError のメソッド
 
getMethod() - クラス com.android.volley.Request のメソッド
Return the method for this request.
getPostBody() - クラス com.android.volley.Request のメソッド
推奨されていません。 Use Request.getBody() instead.
getPostBody() - クラス com.android.volley.toolbox.JsonRequest のメソッド
推奨されていません。 Use JsonRequest.getBody().
getPostBodyContentType() - クラス com.android.volley.Request のメソッド
推奨されていません。 Use Request.getBodyContentType() instead.
getPostBodyContentType() - クラス com.android.volley.toolbox.JsonRequest のメソッド
推奨されていません。 Use JsonRequest.getBodyContentType().
getPriority() - クラス com.android.volley.Request のメソッド
Returns the Request.Priority of this request; Request.Priority.NORMAL by default.
getPriority() - クラス com.android.volley.toolbox.ClearCacheRequest のメソッド
 
getPriority() - クラス com.android.volley.toolbox.ImageRequest のメソッド
 
getRequestUrl() - クラス com.android.volley.toolbox.ImageLoader.ImageContainer のメソッド
Returns the requested URL for this container.
getResolutionIntent() - 例外 com.android.volley.AuthFailureError のメソッド
 
getRetryPolicy() - クラス com.android.volley.Request のメソッド
Returns the retry policy that should be used for this request.
getSequence() - クラス com.android.volley.Request のメソッド
Returns the sequence number of this request.
getSequenceNumber() - クラス com.android.volley.RequestQueue のメソッド
Gets a sequence number.
getTag() - クラス com.android.volley.Request のメソッド
Returns this request's tag.
getTimeoutMs() - クラス com.android.volley.Request のメソッド
Returns the socket timeout in milliseconds per retry attempt.
getTrafficStatsTag() - クラス com.android.volley.Request のメソッド
 
getUrl() - クラス com.android.volley.Request のメソッド
Returns the URL of this request.

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