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
↓ 2 callers
Method
getExternalCacheDir
Get the external app cache directory. @param context The context to use @return The external cache dir
library/src/com/android/volley/misc/Utils.java:191
↓ 2 callers
Method
getHeaders
()
library/src/com/android/volley/request/GsonRequest.java:62
↓ 2 callers
Method
getImageListener
(final Resources resources, final ImageView imageView, final Drawable placeHolder, final boolean f
library/src/com/android/volley/cache/SimpleImageLoader.java:340
↓ 2 callers
Method
getImageListener
The default implementation of ImageListener which handles basic functionality of showing a default image until the network response is received, at wh
library/src/com/android/volley/toolbox/ImageLoader.java:136
↓ 2 callers
Method
getImageListener
()
library/src/com/android/volley/ui/NetworkImageView.java:152
↓ 2 callers
Method
getImageLoader
()
library/src/com/android/volley/Volley.java:112
↓ 2 callers
Method
getItem
(int position)
sample/src/com/volley/demo/MainActivity.java:99
↓ 2 callers
Method
getLengths
()
library/src/com/android/volley/misc/DiskLruCache.java:887
↓ 2 callers
Method
getNumColumns
()
sample/src/com/volley/demo/SimpleCacheFragment.java:324
↓ 2 callers
Method
getPostBody
@deprecated Use {@link #getBody()}.
library/src/com/android/volley/request/JsonRequest.java:84
↓ 2 callers
Method
getPostBodyContentType
@deprecated Use {@link #getBodyContentType()}.
library/src/com/android/volley/request/JsonRequest.java:76
↓ 2 callers
Method
getProtocolCharset
Get the protocol charset
library/src/com/android/volley/request/MultiPartRequest.java:76
↓ 2 callers
Method
getRequestQueue
@return The Volley Request queue, the queue will be created if it is null
library/src/com/android/volley/ApplicationController.java:41
↓ 2 callers
Method
getRequestQueue
()
library/src/com/android/volley/toolbox/ImageLoader.java:116
↓ 2 callers
Method
getRequestTickle
()
library/src/com/android/volley/Volley.java:186
↓ 2 callers
Method
getRetryPolicy
Returns the retry policy that should be used for this request.
library/src/com/android/volley/Request.java:645
↓ 2 callers
Method
getThumbnailUrl
()
sample/src/com/volley/demo/util/ImageEntry.java:42
↓ 2 callers
Method
getUrl
Returns the URL of this request.
library/src/com/android/volley/Request.java:318
↓ 2 callers
Method
getVideoFrame
(String path)
library/src/com/android/volley/request/ImageRequest.java:265
↓ 2 callers
Method
has
Attempt to return whether the requested index is within the size of the wrapped input stream. One side effect is {@link #fill(int)} will be called. <
library/src/com/android/volley/misc/InputStreamBuffer.java:161
↓ 2 callers
Method
hasHadResponseDelivered
Returns true if this request has had a response delivered for it.
library/src/com/android/volley/Request.java:660
↓ 2 callers
Method
hasJellyBean
()
sample/src/com/volley/demo/util/Utils.java:73
↓ 2 callers
Method
initDiskCache
Initializes the disk cache. Note that this includes disk access so this should not be executed on the main/UI thread. By default an ImageCache does n
library/src/com/android/volley/cache/DiskLruBasedCache.java:192
↓ 2 callers
Method
initialize
Performs any potentially long-running actions needed to initialize the cache; will be called from a worker thread.
library/src/com/android/volley/Cache.java:44
↓ 2 callers
Method
inputStreamToString
(InputStream in)
library/src/com/android/volley/misc/DiskLruCache.java:649
↓ 2 callers
Method
invalidLengths
(String[] strings)
library/src/com/android/volley/misc/DiskLruCache.java:910
↓ 2 callers
Method
invalidateBitmap
(String url)
library/src/com/android/volley/toolbox/ImageCache.java:13
↓ 2 callers
Method
isCancelled
()
library/src/com/android/volley/toolbox/RequestFuture.java:127
↓ 2 callers
Method
isCancelled
Returns <tt>true</tt> if this task was cancelled before it completed normally. If you are calling {@link #cancel(boolean)} on the task, the value retu
library/src/com/android/volley/misc/AsyncTask.java:456
↓ 2 callers
Method
isDone
()
library/src/com/android/volley/toolbox/RequestFuture.java:135
↓ 2 callers
Method
isExpired
True if the entry is expired.
library/src/com/android/volley/Cache.java:100
↓ 2 callers
Method
leastPowerOf2
Calculate the least power of two greater than or equal to the input.
library/src/com/android/volley/misc/InputStreamBuffer.java:396
↓ 2 callers
Method
loadPage
()
sample/src/com/volley/demo/ExampleNetworkListView.java:84
↓ 2 callers
Method
newRequestTickle
Creates a default instance of the worker pool and calls {@link com.android.volley.RequestTickle#start()} on it. @param context A {@link android.conte
library/src/com/android/volley/toolbox/VolleyTickle.java:47
↓ 2 callers
Method
onErrorResponse
Callback method that an error has been occurred with the provided error code and optional user-readable message.
library/src/com/android/volley/Response.java:40
↓ 2 callers
Method
openConnection
Opens an {@link HttpURLConnection} with parameters. @param url @return an open connection @throws IOException
library/src/com/android/volley/toolbox/HurlStack.java:214
↓ 2 callers
Method
parseIgnoreCacheHeaders
Extracts a {@link Cache.Entry} from a {@link NetworkResponse}. Cache-control headers are ignored. SoftTtl == 3 mins, ttl == 24 hours. @param response
library/src/com/android/volley/toolbox/HttpHeaderParser.java:171
↓ 2 callers
Method
parseNetworkError
Subclasses can override this method to parse 'networkError' and return a more specific error. <p>The default implementation just returns the passed '
library/src/com/android/volley/Request.java:682
↓ 2 callers
Method
parseResponse
(NetworkResponse response)
library/src/com/android/volley/toolbox/VolleyTickle.java:74
↓ 2 callers
Method
performRequest
Performs the specified request. @param request Request to process @return A {@link NetworkResponse} with data and caching metadata; will never be null
library/src/com/android/volley/Network.java:31
↓ 2 callers
Method
postResult
(Result result)
library/src/com/android/volley/misc/AsyncTask.java:342
↓ 2 callers
Method
postResultIfNotInvoked
(Result result)
library/src/com/android/volley/misc/AsyncTask.java:335
↓ 2 callers
Method
putEntry
Puts the entry with the specified key into the cache. @param key The key to identify the entry by. @param entry The entry to cache.
library/src/com/android/volley/cache/DiskBasedCache.java:310
↓ 2 callers
Method
putEntry
Puts the entry with the specified key into the cache. @param key The key to identify the entry by. @param entry The entry to cache.
library/src/com/android/volley/error/DiskBasedCache.java:321
↓ 2 callers
Method
quit
Forces this dispatcher to quit immediately. If any requests are still in the queue, they are not guaranteed to be processed.
library/src/com/android/volley/CacheDispatcher.java:74
↓ 2 callers
Method
readFully
(Reader reader)
library/src/com/android/volley/misc/Utils.java:213
↓ 2 callers
Method
readHeader
Reads the header off of an InputStream and returns a CacheHeader object. @param is The InputStream to read from. @throws IOException
library/src/com/android/volley/error/DiskBasedCache.java:404
↓ 2 callers
Method
readStringStringMap
(CountingInputStream is)
library/src/com/android/volley/misc/IOUtils.java:99
↓ 2 callers
Method
rebuildJournal
Creates a new journal that omits redundant information. This replaces the current journal if it exists.
library/src/com/android/volley/misc/DiskLruCache.java:332
↓ 2 callers
Method
refreshNeeded
True if a refresh is needed from the original data source.
library/src/com/android/volley/Cache.java:105
↓ 2 callers
Method
removeContainerAndCancelIfNecessary
Detatches the bitmap container from the request and cancels the request if no one is left listening. @param container The container to remove from the
library/src/com/android/volley/toolbox/ImageLoader.java:544
↓ 2 callers
Method
removeEntry
Removes the entry identified by 'key' from the cache.
library/src/com/android/volley/cache/DiskBasedCache.java:323
↓ 2 callers
Method
removeEntry
Removes the entry identified by 'key' from the cache.
library/src/com/android/volley/error/DiskBasedCache.java:334
↓ 2 callers
Method
resetTransformations
Resets the image transformation to its original value.
library/src/com/android/volley/ui/PhotoView.java:620
↓ 2 callers
Method
scheduleNext
()
library/src/com/android/volley/misc/AsyncTask.java:268
↓ 2 callers
Method
set
Sets the value at {@code index} to {@code value}.
library/src/com/android/volley/misc/DiskLruCache.java:780
↓ 2 callers
Method
setContentLength
(long length)
library/src/com/android/volley/misc/ProgressHttpEntity.java:33
↓ 2 callers
Method
setDefaultDrawable
A default placeholder image while the image is being fetched and loaded. @param defaultPlaceHolderResId @return
library/src/com/android/volley/cache/SimpleImageLoader.java:204
↓ 2 callers
Method
setDefaultImageOrNull
()
library/src/com/android/volley/ui/PhotoView.java:1557
↓ 2 callers
Method
setDefaultImageResId
Sets the default image resource ID to be used for this view until the attempt to load it completes.
library/src/com/android/volley/ui/NetworkImageView.java:122
↓ 2 callers
Method
setEntityIfNonEmptyBody
(HttpEntityEnclosingRequestBase httpRequest, Request<?> request)
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:183
↓ 2 callers
Method
setRetryPolicy
Sets the retry policy for this request. @return This Request object to allow for chaining.
library/src/com/android/volley/Request.java:233
↓ 2 callers
Method
shouldOverridePatch
@return true if responses to this request should be cached.
library/src/com/android/volley/Request.java:742
↓ 2 callers
Method
showErrorDialog
()
sample/src/com/volley/demo/ExampleNetworkListView.java:146
↓ 2 callers
Method
toCacheEntry
Creates a cache entry for the specified data.
library/src/com/android/volley/cache/DiskBasedCache.java:417
↓ 2 callers
Method
writeHeader
Writes the contents of this CacheHeader to the specified OutputStream.
library/src/com/android/volley/cache/DiskBasedCache.java:433
↓ 2 callers
Method
writeStringStringMap
(Map<String, String> map, OutputStream os)
library/src/com/android/volley/misc/IOUtils.java:87
↓ 1 callers
Method
add
Adds a Request to the dispatch queue. @param request The request to service @return The passed-in request
library/src/com/android/volley/RequestTickle.java:81
↓ 1 callers
Method
addBitmapToCache
Adds a bitmap to both memory and disk cache. @param data Unique identifier for the bitmap to store @param bitmap The bitmap to store
library/src/com/android/volley/cache/BitmapImageCache.java:133
↓ 1 callers
Method
addBitmapToCache
Adds a bitmap to both memory and disk cache. @param data Unique identifier for the bitmap to store @param bitmap The bitmap to store
library/src/com/android/volley/cache/BitmapCache.java:120
↓ 1 callers
Method
addCacheHeaders
(Map<String, String> headers, Cache.Entry entry)
library/src/com/android/volley/toolbox/BasicNetwork.java:215
↓ 1 callers
Method
addContainer
Adds another ImageContainer to the list of those interested in the results of the request.
library/src/com/android/volley/toolbox/ImageLoader.java:534
↓ 1 callers
Method
addTrafficStatsTag
(Request<?> request)
library/src/com/android/volley/NetworkDispatcher.java:77
↓ 1 callers
Method
apply
(Request<?> request)
library/src/com/android/volley/RequestQueue.java:197
↓ 1 callers
Method
buildDataPart
(DataOutputStream dataOutputStream, String key, File file)
library/src/com/android/volley/request/MultiPartRequest.java:252
↓ 1 callers
Method
buildParts
(DataOutputStream dos)
library/src/com/android/volley/request/MultiPartRequest.java:213
↓ 1 callers
Method
buildStringPart
(DataOutputStream dataOutputStream, String key, MultiPartParam param)
library/src/com/android/volley/request/MultiPartRequest.java:239
↓ 1 callers
Method
bytesToHexString
(byte[] bytes)
library/src/com/android/volley/cache/DiskLruBasedCache.java:313
↓ 1 callers
Method
calculateInSampleSize
Calculate an inSampleSize for use in a {@link BitmapFactory.Options} object when decoding bitmaps using the decode methods from {@link BitmapFactory}.
library/src/com/android/volley/misc/ImageUtils.java:115
↓ 1 callers
Method
calculateMemCacheSize
Sets the memory cache size based on a percentage of the max available VM memory. Eg. setting percent to 0.2 would set the memory cache to one fifth of
library/src/com/android/volley/cache/BitmapCache.java:178
↓ 1 callers
Method
cancel
(boolean mayInterruptIfRunning)
library/src/com/android/volley/toolbox/RequestFuture.java:71
↓ 1 callers
Method
clearCache
Clears the memory cache.
library/src/com/android/volley/cache/BitmapImageCache.java:170
↓ 1 callers
Method
clearCache
()
library/src/com/android/volley/cache/DiskLruImageCache.java:152
↓ 1 callers
Method
close
()
library/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:56
↓ 1 callers
Method
close
Closes this cache. Stored values will remain on the filesystem.
library/src/com/android/volley/misc/DiskLruCache.java:611
↓ 1 callers
Method
convertEntityNewToOld
(HttpEntity ent)
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:113
↓ 1 callers
Method
convertHeaders
Converts Headers[] to Map<String, String>.
library/src/com/android/volley/toolbox/BasicNetwork.java:280
↓ 1 callers
Method
convertResponseNewToOld
(HttpResponse resp)
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:95
↓ 1 callers
Method
copyOf
Arrays.copyOf(byte[] original, int newLength) not found in API <= 8. Copies the specified array, truncating or padding with zeros (if necessary) so t
library/src/com/android/volley/misc/InputStreamBuffer.java:331
↓ 1 callers
Method
copyOptions
(BitmapFactory.Options from, BitmapFactory.Options to)
library/src/com/android/volley/request/ImageRequest.java:534
↓ 1 callers
Method
copyOptionsHoneycomb
(BitmapFactory.Options from, BitmapFactory.Options to)
library/src/com/android/volley/request/ImageRequest.java:544
↓ 1 callers
Method
createConnection
Create an {@link HttpURLConnection} for the specified {@code url}.
library/src/com/android/volley/toolbox/HurlStack.java:196
↓ 1 callers
Method
createHttpRequest
Creates the appropriate subclass of HttpUriRequest for passed in request.
library/src/com/android/volley/toolbox/HttpClientStack.java:99
↓ 1 callers
Method
createHttpRequest
Creates the appropriate subclass of HttpUriRequest for passed in request.
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:141
↓ 1 callers
Method
createMyReqErrorListener
()
sample/src/com/volley/demo/ExampleNewHttpClient.java:87
↓ 1 callers
Method
createMyReqErrorListener
()
sample/src/com/volley/demo/ExampleGsonRequest.java:78
↓ 1 callers
Method
createMyReqErrorListener
()
sample/src/com/volley/demo/ExampleCookies.java:124
↓ 1 callers
Method
createMyReqErrorListener
()
sample/src/com/volley/demo/ExampleSsSslHttpClient.java:90
↓ 1 callers
Method
createMyReqErrorListener
()
sample/src/com/volley/demo/ExampleSimpleRequest.java:76
↓ 1 callers
Method
createMyReqErrorListener
()
sample/src/com/volley/demo/ExampleJsonRequest.java:84
← previous
next →
201–300 of 990, ranked by callers