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
↓ 1 callers
Method
isSpecialType
(String url)
library/src/com/android/volley/misc/Utils.java:257
↓ 1 callers
Method
isSuccess
Returns whether this response is considered successful.
library/src/com/android/volley/Response.java:79
↓ 1 callers
Method
load
(String string)
library/src/com/android/volley/Volley.java:64
↓ 1 callers
Method
logSlowRequests
Logs requests that took over SLOW_REQUEST_THRESHOLD_MS to complete.
library/src/com/android/volley/toolbox/BasicNetwork.java:185
↓ 1 callers
Method
makeImageRequest
(String requestUrl, int maxWidth, int maxHeight, ScaleType scaleType, final String cacheKey)
library/src/com/android/volley/toolbox/ImageLoader.java:331
↓ 1 callers
Method
newInputStream
Returns an unbuffered input stream to read the last committed value, or null if no value has been committed.
library/src/com/android/volley/misc/DiskLruCache.java:721
↓ 1 callers
Method
onCancelled
<p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and {@link #doInBackground(Object[])} has finished.</p> <p>The default implementat
library/src/com/android/volley/misc/AsyncTask.java:427
↓ 1 callers
Method
onClick
(View v)
sample/src/com/volley/demo/ExampleParams.java:64
↓ 1 callers
Method
onGetImageError
Handler for when an image failed to load. @param cacheKey The cache key that is associated with the image request.
library/src/com/android/volley/toolbox/ImageLoader.java:402
↓ 1 callers
Method
onGetImageSuccess
Handler for when an image was successfully loaded. @param cacheKey The cache key that is associated with the image request. @param response The bitmap
library/src/com/android/volley/toolbox/ImageLoader.java:360
↓ 1 callers
Method
onPostExecute
<p>Runs on the UI thread after {@link #doInBackground}. The specified result is the value returned by {@link #doInBackground}.</p> <p>This method won
library/src/com/android/volley/misc/AsyncTask.java:398
↓ 1 callers
Method
onPreExecute
Runs on the UI thread before {@link #doInBackground}. @see #onPostExecute @see #doInBackground
library/src/com/android/volley/misc/AsyncTask.java:383
↓ 1 callers
Method
onPrepareRequest
Called before the request is executed using the underlying HttpClient. <p> Overwrite in subclasses to augment the request. </p>
library/src/com/android/volley/toolbox/HttpClientStack.java:225
↓ 1 callers
Method
onPrepareRequest
Called before the request is executed using the underlying HttpClient. <p> Overwrite in subclasses to augment the request. </p>
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:198
↓ 1 callers
Method
onProgressUpdate
Runs on the UI thread after {@link #publishProgress} is invoked. The specified values are the values passed to {@link #publishProgress}. @param value
library/src/com/android/volley/misc/AsyncTask.java:410
↓ 1 callers
Method
onRequestFinished
Called when a request has finished processing.
library/src/com/android/volley/RequestQueue.java:46
↓ 1 callers
Method
onResponse
(final ImageContainer response, boolean isImmediate)
library/src/com/android/volley/ui/NetworkImageView.java:224
↓ 1 callers
Method
onResponse
(final ImageContainer response, boolean isImmediate)
library/src/com/android/volley/ui/PhotoView.java:1526
↓ 1 callers
Method
onStopLoading
()
library/src/com/android/volley/AsyncRequestLoader.java:79
↓ 1 callers
Method
parseAndDeliverNetworkError
(Request<?> request, VolleyError error)
library/src/com/android/volley/NetworkDispatcher.java:158
↓ 1 callers
Method
parseAndDeliverNetworkError
(Request<?> request, VolleyError volleyError)
library/src/com/android/volley/RequestTickle.java:210
↓ 1 callers
Method
parseDataUri
(final Uri uri)
library/src/com/android/volley/misc/ImageUtils.java:380
↓ 1 callers
Method
performRequest
Performs an HTTP request with the given parameters. <p>A GET request is sent if request.getPostBody() == null. A POST request is sent otherwise, and
library/src/com/android/volley/toolbox/HttpStack.java:42
↓ 1 callers
Method
prepareTrustManagerFactory
(InputStream keyStore, String keyStorePassword)
sample/src/com/volley/demo/misc/SsX509TrustManager.java:74
↓ 1 callers
Method
processJournal
Computes the initial size and collects garbage as a part of opening the cache. Dirty entries are assumed to be inconsistent and will be deleted.
library/src/com/android/volley/misc/DiskLruCache.java:309
↓ 1 callers
Method
pruneIfNeeded
Prunes the cache to fit the amount of bytes specified. @param neededSpace The amount of bytes we are trying to fit into the cache.
library/src/com/android/volley/cache/DiskBasedCache.java:268
↓ 1 callers
Method
pruneIfNeeded
Prunes the cache to fit the amount of bytes specified. @param neededSpace The amount of bytes we are trying to fit into the cache.
library/src/com/android/volley/error/DiskBasedCache.java:279
↓ 1 callers
Method
put
Puts the entry with the specified key into the cache.
library/src/com/android/volley/cache/DiskBasedCache.java:207
↓ 1 callers
Method
put
(String data, Entry value)
library/src/com/android/volley/cache/DiskLruBasedCache.java:397
↓ 1 callers
Method
put
Puts the entry with the specified key into the cache.
library/src/com/android/volley/error/DiskBasedCache.java:218
↓ 1 callers
Method
readJournal
()
library/src/com/android/volley/misc/DiskLruCache.java:238
↓ 1 callers
Method
readJournalLine
(String line)
library/src/com/android/volley/misc/DiskLruCache.java:266
↓ 1 callers
Method
remove
Removes the specified key from the cache if it exists.
library/src/com/android/volley/cache/DiskBasedCache.java:235
↓ 1 callers
Method
remove
(String data)
library/src/com/android/volley/cache/DiskLruBasedCache.java:455
↓ 1 callers
Method
remove
Drops the entry for {@code key} if it exists and can be removed. Entries actively being edited cannot be removed. @return true if an entry was remove
library/src/com/android/volley/misc/DiskLruCache.java:564
↓ 1 callers
Method
remove
Removes the specified key from the cache if it exists.
library/src/com/android/volley/error/DiskBasedCache.java:246
↓ 1 callers
Method
requestNewInterstitial
()
sample/src/com/volley/demo/util/AdWrapper.java:53
↓ 1 callers
Method
retry
Prepares for the next retry by applying a backoff to the timeout. @param error The error code of the last attempt. @throws VolleyError In the event th
library/src/com/android/volley/RetryPolicy.java:42
↓ 1 callers
Method
rewriteUrl
Returns a URL to use instead of the provided one, or null to indicate this URL should not be used at all.
library/src/com/android/volley/toolbox/HurlStack.java:74
↓ 1 callers
Method
setAnimateImageBitmap
(final Bitmap bitmap, boolean fadeIn)
library/src/com/android/volley/ui/NetworkImageView.java:257
↓ 1 callers
Method
setConnectionParametersForRequest
(HttpURLConnection connection, Request<?> request)
library/src/com/android/volley/toolbox/HurlStack.java:231
↓ 1 callers
Method
setContetResolver
Set a {@link ContentResolver} instance if you need to support content uris for loading images @param contentResolver {@link ContentResolver} instance
library/src/com/android/volley/toolbox/ImageLoader.java:643
↓ 1 callers
Method
setDefaultDrawables
A default placeholder image while the image is being fetched and loaded. @param placeHolderDrawables @return
library/src/com/android/volley/cache/SimpleImageLoader.java:216
↓ 1 callers
Method
setError
Set the error for this response
library/src/com/android/volley/toolbox/ImageLoader.java:519
↓ 1 callers
Method
setFadeInImage
(boolean fadeInImage)
library/src/com/android/volley/ui/NetworkImageView.java:144
↓ 1 callers
Method
setFullScreen
Hides the photo info portion of the header. As a side effect, this automatically enables or disables image transformations [eg zoom, pan, etc...] depe
library/src/com/android/volley/ui/PhotoView.java:564
↓ 1 callers
Method
setHeaders
(ArrayMap<String, String> headers)
library/src/com/android/volley/toolbox/ImageLoader.java:651
↓ 1 callers
Method
setImageUrl
Sets URL of the image that should be loaded into this view. Note that calling this will immediately either set the cached image (if available) or the
library/src/com/android/volley/ui/NetworkImageView.java:103
↓ 1 callers
Method
setItemHeight
Sets the item height. Useful for when we know the column width so the height can be set to match. @param height
sample/src/com/volley/demo/SimpleCacheFragment.java:310
↓ 1 callers
Method
setLengths
Set lengths using decimal numbers like "10123".
library/src/com/android/volley/misc/DiskLruCache.java:896
↓ 1 callers
Method
setNumColumns
(int numColumns)
sample/src/com/volley/demo/SimpleCacheFragment.java:320
↓ 1 callers
Method
setObject
Store a single object in this Fragment. @param object The object to store
library/src/com/android/volley/cache/BitmapImageCache.java:325
↓ 1 callers
Method
setObject
Store a single object in this Fragment. @param object The object to store
library/src/com/android/volley/cache/BitmapCache.java:276
↓ 1 callers
Method
setPhotoImageBitmap
Sets a {@link android.graphics.Bitmap} to an {@link android.widget.ImageView} using a fade-in animation. If there is a {@link android.graphics.drawabl
library/src/com/android/volley/cache/SimpleImageLoader.java:449
↓ 1 callers
Method
setProgressListener
(ProgressListener listner)
library/src/com/android/volley/toolbox/multipart/FilePart.java:72
↓ 1 callers
Method
setRequestQueue
Associates this request with the given queue. The request queue will be notified when this request has finished. @return This Request object to allow
library/src/com/android/volley/Request.java:290
↓ 1 callers
Method
setSequence
Sets the sequence number of this request. Used by {@link RequestQueue}. @return This Request object to allow for chaining.
library/src/com/android/volley/Request.java:300
↓ 1 callers
Method
setShouldCache
Set whether or not responses to this request should be cached. @return This Request object to allow for chaining.
library/src/com/android/volley/Request.java:568
↓ 1 callers
Method
setTvResultText
(String str)
sample/src/com/volley/demo/ExampleParams.java:134
↓ 1 callers
Method
shiftToBeginning
Modify the internal buffer so that all the bytes are shifted towards the head by <code>i</code>. In other words, the byte at index <code>i</code> will
library/src/com/android/volley/misc/InputStreamBuffer.java:350
↓ 1 callers
Method
shouldRetryServerErrors
Returns true if this request should be retried in the event of an HTTP 5xx (server) error.
library/src/com/android/volley/Request.java:598
↓ 1 callers
Method
showInterstitial
()
sample/src/com/volley/demo/util/AdWrapper.java:56
↓ 1 callers
Method
start
Starts the request and return {@link NetworkResponse} or null.
library/src/com/android/volley/RequestTickle.java:106
↓ 1 callers
Method
startProcessingQueue
Starts processing requests on the {@link RequestQueue}.
library/src/com/android/volley/cache/SimpleImageLoader.java:136
↓ 1 callers
Method
stop
Stops the cache and network dispatchers.
library/src/com/android/volley/RequestQueue.java:160
↓ 1 callers
Method
stop
Stops the animation in place. It does not snap the image to its final zoom.
library/src/com/android/volley/ui/PhotoView.java:1168
↓ 1 callers
Method
stop
Stops the animation in place. It does not snap the image to its final translation.
library/src/com/android/volley/ui/PhotoView.java:1238
↓ 1 callers
Method
stop
Stops the animation in place. It does not snap the image to its final rotation.
library/src/com/android/volley/ui/PhotoView.java:1427
↓ 1 callers
Method
stopProcessingQueue
Stops processing requests on the {@link RequestQueue}.
library/src/com/android/volley/cache/SimpleImageLoader.java:143
↓ 1 callers
Method
toCacheEntry
Creates a cache entry for the specified data.
library/src/com/android/volley/error/DiskBasedCache.java:428
↓ 1 callers
Method
toDebugString
()
library/src/com/android/volley/misc/InputStreamBuffer.java:368
↓ 1 callers
Method
toString
()
library/src/com/android/volley/misc/InputStreamBuffer.java:360
↓ 1 callers
Method
write
(byte[] buffer, int offset, int len)
library/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:82
↓ 1 callers
Method
write
(int b)
library/src/com/android/volley/misc/CountingOutputStream.java:22
↓ 1 callers
Method
writeBitmapToFile
(Bitmap bitmap, DiskLruCache.Editor editor)
library/src/com/android/volley/cache/DiskLruImageCache.java:45
↓ 1 callers
Method
writeHeader
Writes the contents of this CacheHeader to the specified OutputStream.
library/src/com/android/volley/error/DiskBasedCache.java:444
↓ 1 callers
Method
wtf
(String format, Object... args)
library/src/com/android/volley/VolleyLog.java:69
Method
AdWrapper
(Context context)
sample/src/com/volley/demo/util/AdWrapper.java:23
Method
AndroidAuthenticator
Creates a new authenticator. @param context Context for accessing AccountManager @param account Account to authenticate as @param authTokenType Auth t
library/src/com/android/volley/toolbox/AndroidAuthenticator.java:44
Method
AsyncRequestLoader
(Context context, GsonRequest<T> request)
library/src/com/android/volley/AsyncRequestLoader.java:24
Method
AsyncTask
Creates a new asynchronous task. This constructor must be invoked on the UI thread.
library/src/com/android/volley/misc/AsyncTask.java:307
Method
AsyncTaskResult
(AsyncTask task, Data... data)
library/src/com/android/volley/misc/AsyncTask.java:689
Method
AuthFailureError
()
library/src/com/android/volley/error/AuthFailureError.java:31
Method
BaseInputStreamFactory
(final ContentResolver resolver, final Uri uri)
library/src/com/android/volley/misc/ImageUtils.java:351
Method
BasicNetwork
@param httpStack HTTP stack to be used
library/src/com/android/volley/toolbox/BasicNetwork.java:71
Method
BatchedImageRequest
Constructs a new BatchedImageRequest object @param request The request being tracked @param container The ImageContainer of the person who initiated t
library/src/com/android/volley/toolbox/ImageLoader.java:511
Method
BitmapCache
Don't instantiate this class directly, use {@link #getInstance(FragmentManager, float)}. @param memCacheSize Memory cache size in KB.
library/src/com/android/volley/cache/BitmapCache.java:48
Method
BitmapImageCache
Don't instantiate this class directly, use {@link #getInstance(FragmentManager, float)}. @param memCacheSize Memory cache size in KB.
library/src/com/android/volley/cache/BitmapImageCache.java:52
Method
Boundary
(String boundary)
library/src/com/android/volley/toolbox/multipart/Boundary.java:24
Method
ByteArrayPool
@param sizeLimit the maximum size of the pool, in bytes
library/src/com/android/volley/toolbox/ByteArrayPool.java:79
Method
ByteRequest
Creates a new GET request. @param url URL to fetch the string at @param listener Listener to receive the byte array response
library/src/com/android/volley/request/ByteRequest.java:19
Method
CacheDispatcher
Creates a new cache triage dispatcher thread. You must call {@link #start()} in order to begin processing. @param cacheQueue Queue of incoming reque
library/src/com/android/volley/CacheDispatcher.java:61
Method
CacheHeader
()
library/src/com/android/volley/cache/DiskBasedCache.java:370
Method
CacheHeader
()
library/src/com/android/volley/error/DiskBasedCache.java:381
Method
ClearCacheRequest
Creates a synthetic request for clearing the cache. @param cache Cache to clear @param callback Callback to make on the main thread once the cache is
library/src/com/android/volley/request/ClearCacheRequest.java:40
Method
ClientError
(NetworkResponse networkResponse)
library/src/com/android/volley/error/ClientError.java:29
Method
CountingInputStream
(InputStream in, long length)
library/src/com/android/volley/misc/CountingInputStream.java:11
Method
CountingOutputStream
(final OutputStream out, long length, final ProgressListener listener)
library/src/com/android/volley/misc/CountingOutputStream.java:14
Method
DataInputStreamFactory
(final ContentResolver resolver, final Uri uri)
library/src/com/android/volley/misc/ImageUtils.java:365
Method
DefaultRetryPolicy
Constructs a new retry policy using the default timeouts.
library/src/com/android/volley/DefaultRetryPolicy.java:49
← previous
next →
401–500 of 990, ranked by callers