MCPcopy Create free account

hub / github.com/DWorkS/VolleyPlus / functions

Functions990 in github.com/DWorkS/VolleyPlus

Methodcachedir
(String name)
library/src/com/android/volley/Volley.java:74
Methodcall
()
library/src/com/android/volley/misc/DiskLruCache.java:159
Methodcall
()
library/src/com/android/volley/misc/AsyncTask.java:309
Methodcancel
Cancel the request.
library/src/com/android/volley/RequestTickle.java:89
Methodcancel
<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
MethodcancelPendingRequests
(Object tag)
library/src/com/android/volley/Volley.java:229
MethodcancelPendingRequests
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
MethodcheckClientTrusted
(X509Certificate[] chain, String authType)
sample/src/com/volley/demo/misc/SsX509TrustManager.java:91
MethodcheckServerTrusted
(X509Certificate[] chain, String authType)
sample/src/com/volley/demo/misc/SsX509TrustManager.java:97
Methodclear
Empties the cache.
library/src/com/android/volley/Cache.java:62
Methodclear
()
library/src/com/android/volley/cache/LruImageCache.java:64
Methodclear
Clears the cache. Deletes all cached files from disk.
library/src/com/android/volley/cache/DiskBasedCache.java:93
Methodclear
()
library/src/com/android/volley/cache/BitmapImageCache.java:295
Methodclear
()
library/src/com/android/volley/cache/DiskLruImageCache.java:167
Methodclear
()
library/src/com/android/volley/cache/NoCache.java:25
Methodclear
()
library/src/com/android/volley/cache/DiskLruBasedCache.java:476
Methodclear
()
library/src/com/android/volley/cache/BitmapCache.java:246
Methodclear
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
Methodclear
Clears the cache. Deletes all cached files from disk.
library/src/com/android/volley/error/DiskBasedCache.java:104
MethodclearCache
Clears {@link Cache}.
library/src/com/android/volley/cache/SimpleImageLoader.java:150
MethodclearCache
()
library/src/com/android/volley/cache/DiskLruBasedCache.java:171
Methodclone
()
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:80
Methodclose
()
library/src/com/android/volley/cache/DiskBasedCache.java:457
Methodclose
()
library/src/com/android/volley/cache/NoCache.java:54
Methodclose
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
Methodclose
()
library/src/com/android/volley/toolbox/multipart/OutputStreamProgress.java:50
Methodclose
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
Methodclose
()
library/src/com/android/volley/misc/DiskLruCache.java:691
Methodclose
()
library/src/com/android/volley/misc/DiskLruCache.java:844
Methodclose
()
library/src/com/android/volley/error/DiskBasedCache.java:468
MethodcloseCache
Closes {@link Cache}.
library/src/com/android/volley/cache/SimpleImageLoader.java:165
Methodcompare
(byte[] lhs, byte[] rhs)
library/src/com/android/volley/toolbox/ByteArrayPool.java:70
MethodcompareTo
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
MethodcontainsKey
(String key)
library/src/com/android/volley/cache/DiskLruBasedCache.java:153
MethodcreateConnection
(URL url)
sample/src/com/volley/demo/misc/OkHttpStack.java:28
MethodcreateInputStream
()
library/src/com/android/volley/misc/ImageUtils.java:356
MethodcreateInputStream
()
library/src/com/android/volley/misc/ImageUtils.java:369
MethodcreateSSLContext
(InputStream keyStore, String keyStorePassword)
sample/src/com/volley/demo/misc/SslSocketFactory.java:44
Methodcrossfade
()
library/src/com/android/volley/Volley.java:79
MethoddeliverResponse
(T response)
library/src/com/android/volley/request/GsonRequest.java:72
MethoddeliverResponse
(String response)
library/src/com/android/volley/request/SimpleMultiPartRequest.java:43
MethoddeliverResponse
(String response)
library/src/com/android/volley/request/DownloadRequest.java:66
MethoddeliverResponse
(T response)
library/src/com/android/volley/request/MultiPartRequest.java:95
MethoddeliverResponse
(String response)
library/src/com/android/volley/request/StringRequest.java:59
MethoddeliverResponse
(T response)
library/src/com/android/volley/request/JsonRequest.java:63
MethoddeliverResponse
(Object response)
library/src/com/android/volley/request/ClearCacheRequest.java:67
MethoddeliverResponse
(Bitmap response)
library/src/com/android/volley/request/ImageRequest.java:509
MethoddeliverResponse
(byte[] response)
library/src/com/android/volley/request/ByteRequest.java:37
Methoddone
()
library/src/com/android/volley/misc/AsyncTask.java:319
MethoddrawableStateChanged
()
library/src/com/android/volley/ui/NetworkImageView.java:334
Methodedit
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
MethodenableAllowCrop
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
MethodenableStrictMode
()
library/src/com/android/volley/misc/Utils.java:83
MethodentryRemoved
(boolean evicted, String key, Bitmap oldValue, Bitmap newValue)
library/src/com/android/volley/cache/BitmapImageCache.java:120
Methodexecute
(final Runnable r)
library/src/com/android/volley/misc/AsyncTask.java:253
Methodfinalize
()
library/src/com/android/volley/VolleyLog.java:158
Methodfinalize
()
library/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:63
Methodfinish
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
Methodflush
()
library/src/com/android/volley/cache/DiskBasedCache.java:452
Methodflush
()
library/src/com/android/volley/cache/NoCache.java:50
Methodflush
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
Methodflush
()
library/src/com/android/volley/toolbox/multipart/OutputStreamProgress.java:45
Methodflush
Force buffered operations to the filesystem.
library/src/com/android/volley/misc/DiskLruCache.java:604
Methodflush
()
library/src/com/android/volley/misc/DiskLruCache.java:853
Methodflush
()
library/src/com/android/volley/error/DiskBasedCache.java:463
MethodflushCache
Flushed {@link Cache} and clears {@link com.android.volley.toolbox.ImageCache}.
library/src/com/android/volley/cache/SimpleImageLoader.java:157
Methodget
(String key)
library/src/com/android/volley/cache/NoCache.java:29
Methodget
(String requestUrl, ImageView imageView)
library/src/com/android/volley/cache/SimpleImageLoader.java:234
Methodget
()
library/src/com/android/volley/toolbox/RequestFuture.java:85
Methodget
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
MethodgetAcceptedIssuers
()
sample/src/com/volley/demo/misc/SsX509TrustManager.java:115
MethodgetAccount
Returns the Account being used by this authenticator.
library/src/com/android/volley/toolbox/AndroidAuthenticator.java:69
MethodgetActualHeight
()
library/src/com/android/volley/ui/PhotoView.java:1566
MethodgetActualWidth
()
library/src/com/android/volley/ui/PhotoView.java:1573
MethodgetAuthToken
()
library/src/com/android/volley/toolbox/AndroidAuthenticator.java:79
MethodgetAuthTokenType
Returns the Auth Token Type used by this authenticator.
library/src/com/android/volley/toolbox/AndroidAuthenticator.java:75
MethodgetBackoffMultiplier
Returns the backoff multiplier for the policy.
library/src/com/android/volley/DefaultRetryPolicy.java:84
MethodgetBitmap
(String key)
library/src/com/android/volley/cache/LruImageCache.java:47
MethodgetBitmap
(String key)
library/src/com/android/volley/cache/BitmapImageCache.java:270
MethodgetBitmap
(String key)
library/src/com/android/volley/cache/DiskLruImageCache.java:98
MethodgetBitmap
(String data)
library/src/com/android/volley/cache/DiskLruBasedCache.java:111
MethodgetBitmap
(String key)
library/src/com/android/volley/cache/BitmapCache.java:221
MethodgetBitmap
Returns the bitmap associated with the request URL if it has been loaded, null otherwise.
library/src/com/android/volley/toolbox/ImageLoader.java:477
MethodgetBody
()
library/src/com/android/volley/request/MultiPartRequest.java:198
MethodgetBodyContentType
()
library/src/com/android/volley/request/MultiPartRequest.java:87
MethodgetBodyContentType
()
library/src/com/android/volley/request/ByteRequest.java:49
MethodgetBoundary
()
library/src/com/android/volley/toolbox/multipart/Boundary.java:37
MethodgetCache
Gets the {@link Cache} instance being used.
library/src/com/android/volley/RequestQueue.java:181
MethodgetCache
Gets the {@link Cache} instance being used.
library/src/com/android/volley/RequestTickle.java:99
MethodgetCacheFolder
()
library/src/com/android/volley/cache/DiskLruImageCache.java:163
MethodgetCacheFolder
()
library/src/com/android/volley/cache/DiskLruBasedCache.java:182
MethodgetContentDisposition
()
library/src/com/android/volley/toolbox/multipart/StringPart.java:49
MethodgetContentDisposition
()
library/src/com/android/volley/toolbox/multipart/FilePart.java:60
MethodgetContentLength
Get the Content Length
library/src/com/android/volley/request/MultiPartRequest.java:83
MethodgetContentLength
(Boundary boundary)
library/src/com/android/volley/toolbox/multipart/StringPart.java:74
MethodgetContentLength
(Boundary boundary)
library/src/com/android/volley/toolbox/multipart/FilePart.java:76
MethodgetContentLength
()
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:42
MethodgetContentLength
()
library/src/com/android/volley/misc/ProgressHttpEntity.java:37
MethodgetContentTransferEncoding
()
library/src/com/android/volley/toolbox/multipart/StringPart.java:56
MethodgetContentTransferEncoding
()
library/src/com/android/volley/toolbox/multipart/FilePart.java:66
← previousnext →601–700 of 990, ranked by callers