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
↓ 4 callers
Method
getFileForKey
Returns a file object for the given cache key.
library/src/com/android/volley/error/DiskBasedCache.java:271
↓ 4 callers
Method
getHeader
(Boundary boundary)
library/src/com/android/volley/toolbox/multipart/BasePart.java:26
↓ 4 callers
Method
getParamsEncoding
Returns which encoding should be used when converting POST or PUT parameters returned by {@link #getParams()} into a raw POST or PUT body. <p>This co
library/src/com/android/volley/Request.java:493
↓ 4 callers
Method
getRequestQueue
()
library/src/com/android/volley/Volley.java:194
↓ 4 callers
Method
getScale
Returns the currently applied scale factor for the image. <p> NOTE: This method overwrites any values stored in {@link #mValues}.
library/src/com/android/volley/ui/PhotoView.java:896
↓ 4 callers
Method
getTimeoutMs
Returns the socket timeout in milliseconds per retry attempt. (This value can be changed per retry attempt if a backoff is specified via backoffTimeou
library/src/com/android/volley/Request.java:638
↓ 4 callers
Method
getUserAgent
(Context mContext)
library/src/com/android/volley/misc/NetUtils.java:31
↓ 4 callers
Method
hasHoneycomb
()
sample/src/com/volley/demo/util/Utils.java:65
↓ 4 callers
Method
init
(Context context)
sample/src/com/volley/demo/util/MyVolley.java:41
↓ 4 callers
Method
isCanceled
Returns true if this request has been canceled.
library/src/com/android/volley/Request.java:372
↓ 4 callers
Method
journalRebuildRequired
We only rebuild the journal when it will halve the size of the journal and eliminate at least 2000 ops.
library/src/com/android/volley/misc/DiskLruCache.java:552
↓ 4 callers
Method
newOutputStream
Returns a new unbuffered output stream to write the value at {@code index}. If the underlying output stream encounters errors when writing to the file
library/src/com/android/volley/misc/DiskLruCache.java:753
↓ 4 callers
Method
newRequestQueue
(Context context, ImageCacheParams imageCacheParams)
library/src/com/android/volley/cache/SimpleImageLoader.java:369
↓ 4 callers
Method
parseNetworkResponse
Subclasses must implement this to parse the raw network response and return an appropriate response type. This method will be called from a worker thr
library/src/com/android/volley/Request.java:672
↓ 4 callers
Method
postError
Posts an error for the given request.
library/src/com/android/volley/ResponseDelivery.java:36
↓ 4 callers
Method
postResponse
Parses a response from the network or cache and delivers it.
library/src/com/android/volley/ResponseDelivery.java:25
↓ 4 callers
Method
releaseResources
(T data)
library/src/com/android/volley/AsyncRequestLoader.java:102
↓ 4 callers
Method
renameTo
(File from, File to, boolean deleteDestination)
library/src/com/android/volley/misc/DiskLruCache.java:375
↓ 4 callers
Method
returnBuf
Returns a buffer to the pool, throwing away old buffers if the pool would exceed its allotted size. @param buf the buffer to return to the pool.
library/src/com/android/volley/toolbox/ByteArrayPool.java:110
↓ 4 callers
Method
setNetworkTimeMs
(long networkTimeMs)
library/src/com/android/volley/error/VolleyError.java:53
↓ 4 callers
Method
shouldCache
Returns true if responses to this request should be cached.
library/src/com/android/volley/Request.java:576
↓ 4 callers
Method
start
Starts the dispatchers in this queue.
library/src/com/android/volley/RequestQueue.java:142
↓ 4 callers
Method
streamToBytes
(CountingInputStream cis, long length)
library/src/com/android/volley/misc/IOUtils.java:119
↓ 4 callers
Method
writeInt
(OutputStream os, int n)
library/src/com/android/volley/misc/IOUtils.java:35
↓ 4 callers
Method
writeTo
(final OutputStream out, Boundary boundary)
library/src/com/android/volley/toolbox/multipart/Part.java:11
↓ 3 callers
Method
batchResponse
Starts the runnable for batched delivery of responses if it is not already started. @param cacheKey The cacheKey of the response being delivered. @par
library/src/com/android/volley/toolbox/ImageLoader.java:559
↓ 3 callers
Method
bindResource
(int resourceId)
library/src/com/android/volley/ui/PhotoView.java:455
↓ 3 callers
Method
clearCache
Clears the memory cache.
library/src/com/android/volley/cache/BitmapCache.java:157
↓ 3 callers
Method
completeEdit
(Editor editor, boolean success)
library/src/com/android/volley/misc/DiskLruCache.java:492
↓ 3 callers
Method
convertheaderNewToOld
(Header header)
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:133
↓ 3 callers
Method
createInputStream
Create a new InputStream. The caller of this method must be able to read the input stream starting from the beginning. @return
library/src/com/android/volley/misc/ImageUtils.java:344
↓ 3 callers
Method
getBody
()
library/src/com/android/volley/request/JsonRequest.java:94
↓ 3 callers
Method
getBodyContentType
Returns the content type of the POST or PUT body.
library/src/com/android/volley/Request.java:500
↓ 3 callers
Method
getBodyContentType
()
library/src/com/android/volley/request/JsonRequest.java:89
↓ 3 callers
Method
getBuf
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. @param len the min
library/src/com/android/volley/toolbox/ByteArrayPool.java:91
↓ 3 callers
Method
getContentType
()
library/src/com/android/volley/toolbox/multipart/BasePart.java:18
↓ 3 callers
Method
getContext
()
library/src/com/android/volley/Volley.java:100
↓ 3 callers
Method
getDiskCacheDir
Get a usable cache directory (external if available, internal otherwise). @param context The context to use @param uniqueName A
library/src/com/android/volley/misc/Utils.java:164
↓ 3 callers
Method
getFilenameForKey
Creates a pseudo-unique filename for the specified cache key. @param key The key to generate a file name for. @return A pseudo-unique filename.
library/src/com/android/volley/cache/DiskBasedCache.java:250
↓ 3 callers
Method
getFilenameForKey
Creates a pseudo-unique filename for the specified cache key. @param key The key to generate a file name for. @return A pseudo-unique filename.
library/src/com/android/volley/error/DiskBasedCache.java:261
↓ 3 callers
Method
getFilesToUpload
Get all the files to be uploaded for this request @return A map of all the files to be uploaded for this request
library/src/com/android/volley/request/MultiPartRequest.java:194
↓ 3 callers
Method
getHeader
(HttpResponse response, String key)
library/src/com/android/volley/misc/Utils.java:273
↓ 3 callers
Method
getImageCache
()
library/src/com/android/volley/toolbox/ImageLoader.java:120
↓ 3 callers
Method
getImageLoader
Returns instance of ImageLoader initialized with {@see FakeImageCache} which effectively means that no memory caching is used. This is useful for imag
sample/src/com/volley/demo/util/MyVolley.java:61
↓ 3 callers
Method
getItemId
(int position)
sample/src/com/volley/demo/MainActivity.java:104
↓ 3 callers
Method
getMethod
()
library/src/com/android/volley/toolbox/HttpClientStack.java:255
↓ 3 callers
Method
getMultipartParams
Get all the multipart params for this request @return A map of all the multipart params NOT including the file uploads
library/src/com/android/volley/request/MultiPartRequest.java:185
↓ 3 callers
Method
getPriority
Returns the {@link Priority} of this request; {@link Priority#NORMAL} by default.
library/src/com/android/volley/Request.java:629
↓ 3 callers
Method
getTrafficStatsTag
@return A tag for use with {@link TrafficStats#setThreadStatsTag(int)}
library/src/com/android/volley/Request.java:208
↓ 3 callers
Method
has
(final InputStreamBuffer jpeg, final long byteSize, final int index)
library/src/com/android/volley/misc/Exif.java:201
↓ 3 callers
Method
init
(Context context)
sample/src/com/volley/demo/util/AdWrapper.java:38
↓ 3 callers
Method
initialize
Initializes the header and any static values
library/src/com/android/volley/ui/PhotoView.java:1083
↓ 3 callers
Method
isClosed
Returns true if this cache has been closed.
library/src/com/android/volley/misc/DiskLruCache.java:593
↓ 3 callers
Method
loadImageIfNecessary
Loads the image for the view if it isn't already loaded. @param isInLayoutPass True if this was invoked from a layout pass, false otherwise.
library/src/com/android/volley/ui/NetworkImageView.java:160
↓ 3 callers
Method
markDelivered
Mark this request as having a response delivered on it. This can be used later in the request's lifetime for suppressing identical responses.
library/src/com/android/volley/Request.java:653
↓ 3 callers
Method
open
Opens the cache in {@code directory}, creating a cache if none exists there. @param directory a writable directory @param valueCount
library/src/com/android/volley/misc/DiskLruCache.java:197
↓ 3 callers
Method
putBitmap
(String url, Bitmap bitmap)
library/src/com/android/volley/toolbox/ImageCache.java:12
↓ 3 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/cache/DiskBasedCache.java:393
↓ 3 callers
Method
readInt
(InputStream is)
library/src/com/android/volley/misc/IOUtils.java:42
↓ 3 callers
Method
setCacheEntry
Annotates this request with an entry retrieved for it from cache. Used for cache coherency support. @return This Request object to allow for chaining
library/src/com/android/volley/Request.java:350
↓ 3 callers
Method
setDefaultImageOrNull
()
library/src/com/android/volley/ui/NetworkImageView.java:305
↓ 3 callers
Method
setMaxImageSize
(int maxImageWidth, int maxImageHeight)
library/src/com/android/volley/ui/NetworkImageView.java:135
↓ 3 callers
Method
setMemCacheSizePercent
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/DiskLruBasedCache.java:288
↓ 3 callers
Method
setTvCookieText
(String str)
sample/src/com/volley/demo/ExampleCookies.java:134
↓ 3 callers
Method
snap
Snaps the image so it touches all edges of the view.
library/src/com/android/volley/ui/PhotoView.java:1012
↓ 3 callers
Method
throwIfNotOnMainThread
()
library/src/com/android/volley/toolbox/ImageLoader.java:593
↓ 3 callers
Method
translate
Translates the image. This method will not allow the image to be translated outside of the visible area. @param tx how many pixels to translate hori
library/src/com/android/volley/ui/PhotoView.java:959
↓ 3 callers
Method
trim
Removes buffers from the pool until it is under its size limit.
library/src/com/android/volley/toolbox/ByteArrayPool.java:127
↓ 3 callers
Method
trimToSize
()
library/src/com/android/volley/misc/DiskLruCache.java:625
↓ 3 callers
Method
validateKey
(String key)
library/src/com/android/volley/misc/DiskLruCache.java:642
↓ 2 callers
Method
addHeaders
(HttpUriRequest httpRequest, Map<String, String> headers)
library/src/com/android/volley/toolbox/HttpClientStack.java:66
↓ 2 callers
Method
addHeaders
(HttpUriRequest httpRequest, Map<String, String> headers)
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:61
↓ 2 callers
Method
addPart
(Part part)
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:30
↓ 2 callers
Method
bindDrawable
(Drawable drawable)
library/src/com/android/volley/ui/PhotoView.java:459
↓ 2 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/BitmapImageCache.java:191
↓ 2 callers
Method
cancel
Mark this request as canceled. No callback will be delivered.
library/src/com/android/volley/Request.java:365
↓ 2 callers
Method
copyOptionsFroyo
(BitmapFactory.Options from, BitmapFactory.Options to)
library/src/com/android/volley/request/ImageRequest.java:556
↓ 2 callers
Method
copyOptionsGingerbreadMr1
(BitmapFactory.Options from, BitmapFactory.Options to)
library/src/com/android/volley/request/ImageRequest.java:550
↓ 2 callers
Method
createInputStream
(File file)
library/src/com/android/volley/cache/DiskBasedCache.java:331
↓ 2 callers
Method
createInputStream
(File file)
library/src/com/android/volley/error/DiskBasedCache.java:342
↓ 2 callers
Method
createInputStreamFactory
(final ContentResolver resolver, final Uri uri)
library/src/com/android/volley/misc/ImageUtils.java:324
↓ 2 callers
Method
createMyReqErrorListener
()
sample/src/com/volley/demo/ExampleParams.java:124
↓ 2 callers
Method
createMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleParams.java:114
↓ 2 callers
Method
createRequest
()
sample/src/com/volley/demo/ExampleCookies.java:98
↓ 2 callers
Method
doGet
(Long timeoutMs)
library/src/com/android/volley/toolbox/RequestFuture.java:100
↓ 2 callers
Method
enableStrictMode
()
sample/src/com/volley/demo/util/Utils.java:32
↓ 2 callers
Method
encodeParameters
Converts <code>params</code> into an application/x-www-form-urlencoded encoded string.
library/src/com/android/volley/Request.java:524
↓ 2 callers
Method
execute
(Runnable command)
library/src/com/android/volley/ExecutorDelivery.java:39
↓ 2 callers
Method
expand
Ensures there is enough space in the buffer for the given number of additional bytes.
library/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:71
↓ 2 callers
Method
fillBuf
Reads new input data into the buffer. Call only with pos == end or end == -1, depending on the desired outcome if the function throws.
library/src/com/android/volley/misc/StrictLineReader.java:213
↓ 2 callers
Method
get
Returns an ImageContainer for the requested URL. The ImageContainer will contain either the specified default bitmap or the loaded bitmap. If the def
library/src/com/android/volley/toolbox/ImageLoader.java:220
↓ 2 callers
Method
get
(View view, int id)
sample/src/com/volley/demo/util/ImageArrayAdapter.java:69
↓ 2 callers
Method
getBoundary
()
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:38
↓ 2 callers
Method
getCacheEntry
Returns the annotated cache entry, or null if there isn't one.
library/src/com/android/volley/Request.java:358
↓ 2 callers
Method
getClosingBoundary
()
library/src/com/android/volley/toolbox/multipart/Boundary.java:45
↓ 2 callers
Method
getContent
Returns <code>null</code> since it's not designed to be used for server responses.
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:54
↓ 2 callers
Method
getCookie
(CookieStore cs, String cookieName)
sample/src/com/volley/demo/ExampleCookies.java:139
↓ 2 callers
Method
getCropSize
@return the size of the crop regions
library/src/com/android/volley/ui/PhotoView.java:887
↓ 2 callers
Method
getDirectory
Returns the directory where this cache stores its data.
library/src/com/android/volley/misc/DiskLruCache.java:462
↓ 2 callers
Method
getError
Get the error for this response
library/src/com/android/volley/toolbox/ImageLoader.java:526
← previous
next →
101–200 of 990, ranked by callers