Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DWorkS/VolleyPlus
/ functions
Functions
990 in github.com/DWorkS/VolleyPlus
⨍
Functions
990
◇
Types & classes
161
Method
cachedir
(String name)
library/src/com/android/volley/Volley.java:74
Method
call
()
library/src/com/android/volley/misc/DiskLruCache.java:159
Method
call
()
library/src/com/android/volley/misc/AsyncTask.java:309
Method
cancel
Cancel the request.
library/src/com/android/volley/RequestTickle.java:89
Method
cancel
<p>Attempts to cancel execution of this task. This attempt will fail if the task has already completed, already been cancelled, or could not be cance
library/src/com/android/volley/misc/AsyncTask.java:489
Method
cancelPendingRequests
(Object tag)
library/src/com/android/volley/Volley.java:229
Method
cancelPendingRequests
Cancels all pending requests by the specified TAG, it is important to specify a TAG so that the pending/ongoing requests can be cancelled. @param tag
library/src/com/android/volley/ApplicationController.java:85
Method
checkClientTrusted
(X509Certificate[] chain, String authType)
sample/src/com/volley/demo/misc/SsX509TrustManager.java:91
Method
checkServerTrusted
(X509Certificate[] chain, String authType)
sample/src/com/volley/demo/misc/SsX509TrustManager.java:97
Method
clear
Empties the cache.
library/src/com/android/volley/Cache.java:62
Method
clear
()
library/src/com/android/volley/cache/LruImageCache.java:64
Method
clear
Clears the cache. Deletes all cached files from disk.
library/src/com/android/volley/cache/DiskBasedCache.java:93
Method
clear
()
library/src/com/android/volley/cache/BitmapImageCache.java:295
Method
clear
()
library/src/com/android/volley/cache/DiskLruImageCache.java:167
Method
clear
()
library/src/com/android/volley/cache/NoCache.java:25
Method
clear
()
library/src/com/android/volley/cache/DiskLruBasedCache.java:476
Method
clear
()
library/src/com/android/volley/cache/BitmapCache.java:246
Method
clear
Free all resources held by this view. The view is on its way to be collected and will not be reused.
library/src/com/android/volley/ui/PhotoView.java:438
Method
clear
Clears the cache. Deletes all cached files from disk.
library/src/com/android/volley/error/DiskBasedCache.java:104
Method
clearCache
Clears {@link Cache}.
library/src/com/android/volley/cache/SimpleImageLoader.java:150
Method
clearCache
()
library/src/com/android/volley/cache/DiskLruBasedCache.java:171
Method
clone
()
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:80
Method
close
()
library/src/com/android/volley/cache/DiskBasedCache.java:457
Method
close
()
library/src/com/android/volley/cache/NoCache.java:54
Method
close
Closes the disk cache associated with this ImageCache object. Note that this includes disk access so this should not be executed on the main/UI thread
library/src/com/android/volley/cache/DiskLruBasedCache.java:518
Method
close
()
library/src/com/android/volley/toolbox/multipart/OutputStreamProgress.java:50
Method
close
Closes the reader by closing the underlying {@code InputStream} and marking this reader as closed. @throws IOException for errors when cl
library/src/com/android/volley/misc/StrictLineReader.java:128
Method
close
()
library/src/com/android/volley/misc/DiskLruCache.java:691
Method
close
()
library/src/com/android/volley/misc/DiskLruCache.java:844
Method
close
()
library/src/com/android/volley/error/DiskBasedCache.java:468
Method
closeCache
Closes {@link Cache}.
library/src/com/android/volley/cache/SimpleImageLoader.java:165
Method
compare
(byte[] lhs, byte[] rhs)
library/src/com/android/volley/toolbox/ByteArrayPool.java:70
Method
compareTo
Our comparator sorts from high to low priority, and secondarily by sequence number to provide FIFO ordering.
library/src/com/android/volley/Request.java:711
Method
containsKey
(String key)
library/src/com/android/volley/cache/DiskLruBasedCache.java:153
Method
createConnection
(URL url)
sample/src/com/volley/demo/misc/OkHttpStack.java:28
Method
createInputStream
()
library/src/com/android/volley/misc/ImageUtils.java:356
Method
createInputStream
()
library/src/com/android/volley/misc/ImageUtils.java:369
Method
createSSLContext
(InputStream keyStore, String keyStorePassword)
sample/src/com/volley/demo/misc/SslSocketFactory.java:44
Method
crossfade
()
library/src/com/android/volley/Volley.java:79
Method
deliverResponse
(T response)
library/src/com/android/volley/request/GsonRequest.java:72
Method
deliverResponse
(String response)
library/src/com/android/volley/request/SimpleMultiPartRequest.java:43
Method
deliverResponse
(String response)
library/src/com/android/volley/request/DownloadRequest.java:66
Method
deliverResponse
(T response)
library/src/com/android/volley/request/MultiPartRequest.java:95
Method
deliverResponse
(String response)
library/src/com/android/volley/request/StringRequest.java:59
Method
deliverResponse
(T response)
library/src/com/android/volley/request/JsonRequest.java:63
Method
deliverResponse
(Object response)
library/src/com/android/volley/request/ClearCacheRequest.java:67
Method
deliverResponse
(Bitmap response)
library/src/com/android/volley/request/ImageRequest.java:509
Method
deliverResponse
(byte[] response)
library/src/com/android/volley/request/ByteRequest.java:37
Method
done
()
library/src/com/android/volley/misc/AsyncTask.java:319
Method
drawableStateChanged
()
library/src/com/android/volley/ui/NetworkImageView.java:334
Method
edit
Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress
library/src/com/android/volley/misc/DiskLruCache.java:672
Method
enableAllowCrop
Enable or disable cropping of the displayed image. Cropping can only be enabled <em>before</em> the view has been laid out. Additionally, once croppin
library/src/com/android/volley/ui/PhotoView.java:577
Method
enableStrictMode
()
library/src/com/android/volley/misc/Utils.java:83
Method
entryRemoved
(boolean evicted, String key, Bitmap oldValue, Bitmap newValue)
library/src/com/android/volley/cache/BitmapImageCache.java:120
Method
execute
(final Runnable r)
library/src/com/android/volley/misc/AsyncTask.java:253
Method
finalize
()
library/src/com/android/volley/VolleyLog.java:158
Method
finalize
()
library/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:63
Method
finish
Called from {@link Request#finish(String)}, indicating that processing of the given request has finished. <p>Releases waiting requests for <code>requ
library/src/com/android/volley/RequestQueue.java:283
Method
flush
()
library/src/com/android/volley/cache/DiskBasedCache.java:452
Method
flush
()
library/src/com/android/volley/cache/NoCache.java:50
Method
flush
Flushes the disk cache associated with this ImageCache object. Note that this includes disk access so this should not be executed on the main/UI threa
library/src/com/android/volley/cache/DiskLruBasedCache.java:499
Method
flush
()
library/src/com/android/volley/toolbox/multipart/OutputStreamProgress.java:45
Method
flush
Force buffered operations to the filesystem.
library/src/com/android/volley/misc/DiskLruCache.java:604
Method
flush
()
library/src/com/android/volley/misc/DiskLruCache.java:853
Method
flush
()
library/src/com/android/volley/error/DiskBasedCache.java:463
Method
flushCache
Flushed {@link Cache} and clears {@link com.android.volley.toolbox.ImageCache}.
library/src/com/android/volley/cache/SimpleImageLoader.java:157
Method
get
(String key)
library/src/com/android/volley/cache/NoCache.java:29
Method
get
(String requestUrl, ImageView imageView)
library/src/com/android/volley/cache/SimpleImageLoader.java:234
Method
get
()
library/src/com/android/volley/toolbox/RequestFuture.java:85
Method
get
Returns a snapshot of the entry named {@code key}, or null if it doesn't exist is not currently readable. If a value is returned, it is moved to the h
library/src/com/android/volley/misc/DiskLruCache.java:389
Method
getAcceptedIssuers
()
sample/src/com/volley/demo/misc/SsX509TrustManager.java:115
Method
getAccount
Returns the Account being used by this authenticator.
library/src/com/android/volley/toolbox/AndroidAuthenticator.java:69
Method
getActualHeight
()
library/src/com/android/volley/ui/PhotoView.java:1566
Method
getActualWidth
()
library/src/com/android/volley/ui/PhotoView.java:1573
Method
getAuthToken
()
library/src/com/android/volley/toolbox/AndroidAuthenticator.java:79
Method
getAuthTokenType
Returns the Auth Token Type used by this authenticator.
library/src/com/android/volley/toolbox/AndroidAuthenticator.java:75
Method
getBackoffMultiplier
Returns the backoff multiplier for the policy.
library/src/com/android/volley/DefaultRetryPolicy.java:84
Method
getBitmap
(String key)
library/src/com/android/volley/cache/LruImageCache.java:47
Method
getBitmap
(String key)
library/src/com/android/volley/cache/BitmapImageCache.java:270
Method
getBitmap
(String key)
library/src/com/android/volley/cache/DiskLruImageCache.java:98
Method
getBitmap
(String data)
library/src/com/android/volley/cache/DiskLruBasedCache.java:111
Method
getBitmap
(String key)
library/src/com/android/volley/cache/BitmapCache.java:221
Method
getBitmap
Returns the bitmap associated with the request URL if it has been loaded, null otherwise.
library/src/com/android/volley/toolbox/ImageLoader.java:477
Method
getBody
()
library/src/com/android/volley/request/MultiPartRequest.java:198
Method
getBodyContentType
()
library/src/com/android/volley/request/MultiPartRequest.java:87
Method
getBodyContentType
()
library/src/com/android/volley/request/ByteRequest.java:49
Method
getBoundary
()
library/src/com/android/volley/toolbox/multipart/Boundary.java:37
Method
getCache
Gets the {@link Cache} instance being used.
library/src/com/android/volley/RequestQueue.java:181
Method
getCache
Gets the {@link Cache} instance being used.
library/src/com/android/volley/RequestTickle.java:99
Method
getCacheFolder
()
library/src/com/android/volley/cache/DiskLruImageCache.java:163
Method
getCacheFolder
()
library/src/com/android/volley/cache/DiskLruBasedCache.java:182
Method
getContentDisposition
()
library/src/com/android/volley/toolbox/multipart/StringPart.java:49
Method
getContentDisposition
()
library/src/com/android/volley/toolbox/multipart/FilePart.java:60
Method
getContentLength
Get the Content Length
library/src/com/android/volley/request/MultiPartRequest.java:83
Method
getContentLength
(Boundary boundary)
library/src/com/android/volley/toolbox/multipart/StringPart.java:74
Method
getContentLength
(Boundary boundary)
library/src/com/android/volley/toolbox/multipart/FilePart.java:76
Method
getContentLength
()
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:42
Method
getContentLength
()
library/src/com/android/volley/misc/ProgressHttpEntity.java:37
Method
getContentTransferEncoding
()
library/src/com/android/volley/toolbox/multipart/StringPart.java:56
Method
getContentTransferEncoding
()
library/src/com/android/volley/toolbox/multipart/FilePart.java:66
← previous
next →
601–700 of 990, ranked by callers