Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bacy/volley
/ functions
Functions
850 in github.com/bacy/volley
⨍
Functions
850
◇
Types & classes
140
↓ 2 callers
Method
getLengths
()
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:895
↓ 2 callers
Method
getLoadingListener
()
src/com/android/volley/Request.java:628
↓ 2 callers
Method
getMethod
()
src/com/android/volley/toolbox/HttpClientStack.java:213
↓ 2 callers
Method
getMultipartEntity
()
src/com/android/volley/toolbox/MultiPartRequest.java:106
↓ 2 callers
Method
getParams
Returns a Map of parameters to be used for a POST or PUT request. Can throw {@link AuthFailureError} as authentication may be required to provide the
src/com/android/volley/Request.java:432
↓ 2 callers
Method
getPostBody
@deprecated Use {@link #getBody()}.
src/com/android/volley/toolbox/JsonRequest.java:82
↓ 2 callers
Method
getRetryPolicy
Returns the retry policy that should be used for this request.
src/com/android/volley/Request.java:536
↓ 2 callers
Method
getTarget
()
src/com/android/volley/toolbox/DownloadRequest.java:28
↓ 2 callers
Method
getTargetColumnName
()
src/com/android/volley/db/table/Finder.java:36
↓ 2 callers
Method
getTargetEntityType
()
src/com/android/volley/db/table/Finder.java:32
↓ 2 callers
Method
getTrafficStatsTag
@return A tag for use with {@link TrafficStats#setThreadStatsTag(int)}
src/com/android/volley/Request.java:184
↓ 2 callers
Method
getUrl
Returns the URL of this request.
src/com/android/volley/Request.java:294
↓ 2 callers
Method
getUsableSpace
Check how much usable space is available at a given path. @param path The path to check @return The space available in bytes
src/com/android/volley/Utils.java:89
↓ 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
src/com/android/volley/toolbox/DiskLruBasedCache.java:106
↓ 2 callers
Method
inputStreamToString
(InputStream in)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:664
↓ 2 callers
Method
invalidLengths
(String[] strings)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:918
↓ 2 callers
Method
isCancelled
()
src/com/android/volley/toolbox/RequestFuture.java:127
↓ 2 callers
Method
isDone
()
src/com/android/volley/toolbox/RequestFuture.java:135
↓ 2 callers
Method
isResume
()
src/com/android/volley/toolbox/DownloadRequest.java:36
↓ 2 callers
Method
isShouldGzip
()
src/com/android/volley/Request.java:644
↓ 2 callers
Method
isStartWithIs
(final String fieldName)
src/com/android/volley/db/table/ColumnUtils.java:222
↓ 2 callers
Method
loadCompletedisplay
(View imageView, Bitmap bitmap, BitmapDisplayConfig config)
src/com/android/volley/ext/display/IDisplayer.java:9
↓ 2 callers
Method
loadDefaultDisplay
(View view, BitmapDisplayConfig config)
src/com/android/volley/ext/display/IDisplayer.java:13
↓ 2 callers
Method
loadFailDisplay
(View view, BitmapDisplayConfig config)
src/com/android/volley/ext/display/IDisplayer.java:11
↓ 2 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.
src/com/android/volley/toolbox/NetworkImageView.java:103
↓ 2 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.
src/com/android/volley/Request.java:544
↓ 2 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
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:768
↓ 2 callers
Method
open
Opens the cache in {@code directory}, creating a cache if none exists there. @param directory a writable directory @param valueCount the number of va
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:199
↓ 2 callers
Method
openConnection
Opens an {@link HttpURLConnection} with parameters. @param url @return an open connection @throws IOException
src/com/android/volley/toolbox/HurlStack.java:188
↓ 2 callers
Method
parseDateAsEpoch
Parse date in RFC1123 format, and return its value as epoch
src/com/android/volley/toolbox/HttpHeaderParser.java:105
↓ 2 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
src/com/android/volley/Request.java:563
↓ 2 callers
Method
pause
暂停所有加载的任务 pause @since 3.6
src/com/android/volley/ext/tools/BitmapTools.java:399
↓ 2 callers
Method
pauseTask
()
src/com/android/volley/CacheDispatcher.java:90
↓ 2 callers
Method
postError
Posts an error for the given request.
src/com/android/volley/ResponseDelivery.java:34
↓ 2 callers
Method
put
(String key, String value)
src/com/android/volley/ext/RequestInfo.java:79
↓ 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.
src/com/android/volley/toolbox/DiskBasedCache.java:320
↓ 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.
src/com/android/volley/CacheDispatcher.java:76
↓ 2 callers
Method
read
()
src/com/android/volley/ext/ContentLengthInputStream.java:53
↓ 2 callers
Method
readInt
(InputStream is)
src/com/android/volley/toolbox/DiskBasedCache.java:518
↓ 2 callers
Method
rebuildJournal
Creates a new journal that omits redundant information. This replaces the current journal if it exists.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:345
↓ 2 callers
Method
remove
Removes the specified key from the cache if it exists.
src/com/android/volley/toolbox/DiskBasedCache.java:245
↓ 2 callers
Method
remove
(String data)
src/com/android/volley/toolbox/DiskLruBasedCache.java:358
↓ 2 callers
Method
remove
(DbTools db, Class<?> entityType)
src/com/android/volley/db/table/Table.java:73
↓ 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
src/com/android/volley/toolbox/ImageLoader.java:462
↓ 2 callers
Method
saveOrUpdate
(Object entity)
src/com/android/volley/ext/tools/DbTools.java:159
↓ 2 callers
Method
saveOrUpdateWithoutTransaction
(Object entity)
src/com/android/volley/ext/tools/DbTools.java:657
↓ 2 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
src/com/android/volley/Request.java:325
↓ 2 callers
Method
setDbDir
set database dir @param dbDir If dbDir is null or empty, use the app default db dir.
src/com/android/volley/ext/tools/DbTools.java:631
↓ 2 callers
Method
setDbUpgradeListener
(DbUpgradeListener dbUpgradeListener)
src/com/android/volley/ext/tools/DbTools.java:618
↓ 2 callers
Method
setDbVersion
(int dbVersion)
src/com/android/volley/ext/tools/DbTools.java:610
↓ 2 callers
Method
setDefaultImageOrNull
()
src/com/android/volley/toolbox/NetworkImageView.java:186
↓ 2 callers
Method
setLoadingListener
(Response.LoadingListener loadingListener)
src/com/android/volley/Request.java:632
↓ 2 callers
Method
setResume
(boolean isResume)
src/com/android/volley/toolbox/DownloadRequest.java:40
↓ 2 callers
Method
setShouldCache
Set whether or not responses to this request should be cached. @return This Request object to allow for chaining.
src/com/android/volley/Request.java:494
↓ 2 callers
Method
setShouldGzip
(boolean shouldGzip)
src/com/android/volley/Request.java:648
↓ 2 callers
Method
setValue
(Object entity,Object value)
src/com/android/volley/db/table/Column.java:69
↓ 2 callers
Method
start
Starts the dispatchers in this queue.
src/com/android/volley/RequestQueue.java:130
↓ 2 callers
Method
streamToBytes
Reads the contents of an InputStream into a byte[].
src/com/android/volley/toolbox/DiskBasedCache.java:344
↓ 2 callers
Method
throwIfNotOnMainThread
()
src/com/android/volley/toolbox/ImageLoader.java:515
↓ 2 callers
Method
toCacheEntry
Creates a cache entry for the specified data.
src/com/android/volley/toolbox/DiskBasedCache.java:428
↓ 2 callers
Method
writeHeader
Writes the contents of this CacheHeader to the specified OutputStream.
src/com/android/volley/toolbox/DiskBasedCache.java:443
↓ 1 callers
Method
addBindArg
(Object arg)
src/com/android/volley/db/sqlite/SqlInfo.java:70
↓ 1 callers
Method
addBindArgs
(Object... bindArgs)
src/com/android/volley/db/sqlite/SqlInfo.java:86
↓ 1 callers
Method
addCacheHeaders
(Map<String, String> headers, Cache.Entry entry)
src/com/android/volley/toolbox/BasicNetwork.java:249
↓ 1 callers
Method
addColumns2Map
(Class<?> entityType, String primaryKeyFieldName, HashMap<String, Column> columnMap)
src/com/android/volley/db/table/TableUtils.java:72
↓ 1 callers
Method
addContainer
Adds another ImageContainer to the list of those interested in the results of the request.
src/com/android/volley/toolbox/ImageLoader.java:452
↓ 1 callers
Method
addTrafficStatsTag
(Request<?> request)
src/com/android/volley/NetworkDispatcher.java:91
↓ 1 callers
Method
apply
(Request<?> request)
src/com/android/volley/RequestQueue.java:203
↓ 1 callers
Method
buildCreateTableSqlInfo
(DbTools db, Class<?> entityType)
src/com/android/volley/db/sqlite/SqlInfoBuilder.java:233
↓ 1 callers
Method
bytes2Bitmap
(byte[] data, int maxWidth, int maxHeight)
src/com/android/volley/toolbox/BitmapDecoder.java:298
↓ 1 callers
Method
bytesToHexString
(byte[] bytes)
src/com/android/volley/toolbox/DiskLruBasedCache.java:212
↓ 1 callers
Method
canDefineExifParams
(String imageUri)
src/com/android/volley/toolbox/BitmapDecoder.java:348
↓ 1 callers
Method
cancel
Mark this request as canceled. No callback will be delivered.
src/com/android/volley/Request.java:340
↓ 1 callers
Method
close
()
src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:56
↓ 1 callers
Method
column2KeyValue
(Object entity, Column column)
src/com/android/volley/db/sqlite/SqlInfoBuilder.java:273
↓ 1 callers
Method
commit
Commits this edit so it is visible to readers. This releases the edit lock so another edit may be started on the same key.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:809
↓ 1 callers
Method
considerExactScaleAndOrientatiton
(Bitmap subsampledBitmap, ExifInfo exifInfo)
src/com/android/volley/toolbox/BitmapDecoder.java:387
↓ 1 callers
Method
convertHeaders
Converts Headers[] to Map<String, String>.
src/com/android/volley/toolbox/BasicNetwork.java:393
↓ 1 callers
Method
create
Called after a cache miss to compute a value for the corresponding key. Returns the computed value or null if no value can be computed. The default im
src/com/android/volley/LruCache.java:229
↓ 1 callers
Method
create
(Context context)
src/com/android/volley/ext/tools/DbTools.java:100
↓ 1 callers
Method
createConnection
Create an {@link HttpURLConnection} for the specified {@code url}.
src/com/android/volley/toolbox/HurlStack.java:178
↓ 1 callers
Method
createDatabase
(DaoConfig config)
src/com/android/volley/ext/tools/DbTools.java:640
↓ 1 callers
Method
createHttpRequest
Creates the appropriate subclass of HttpUriRequest for passed in request.
src/com/android/volley/toolbox/HttpClientStack.java:113
↓ 1 callers
Method
defineExifOrientation
(String imageUri)
src/com/android/volley/toolbox/BitmapDecoder.java:353
↓ 1 callers
Method
deleteContents
Deletes the contents of {@code dir}. Throws an IOException if any file could not be deleted, or if {@code dir} is not a readable directory.
src/com/android/volley/toolbox/disklrucache/Util.java:52
↓ 1 callers
Method
deliverError
Delivers error message to the ErrorListener that the Request was initialized with. @param error Error details
src/com/android/volley/Request.java:592
↓ 1 callers
Method
deliverLoading
(long count, long current)
src/com/android/volley/Request.java:598
↓ 1 callers
Method
deliverResponse
Subclasses must implement this to perform delivery of the parsed response to their listeners. The given response is guaranteed to be non-null; respon
src/com/android/volley/Request.java:584
↓ 1 callers
Method
doParse
The real guts of parseNetworkResponse. Broken out for readability.
src/com/android/volley/toolbox/ImageRequest.java:150
↓ 1 callers
Method
dropDb
()
src/com/android/volley/ext/tools/DbTools.java:745
↓ 1 callers
Method
entityFromConnection
Initializes an {@link HttpEntity} from the given {@link HttpURLConnection}. @param connection @return an HttpEntity populated with data from <code>con
src/com/android/volley/toolbox/HurlStack.java:159
↓ 1 callers
Method
evictAll
()
src/com/android/volley/toolbox/BitmapCache.java:59
↓ 1 callers
Method
fadeInDisplay
(View imageView,Drawable bitmapDrawable)
src/com/android/volley/ext/display/SimpleDisplayer.java:96
↓ 1 callers
Method
findDbModelFirst
(SqlInfo sqlInfo)
src/com/android/volley/ext/tools/DbTools.java:493
↓ 1 callers
Method
findDefaultTrafficStatsTag
@return The hashcode of the URL's host component, or 0 if there is none.
src/com/android/volley/Request.java:191
↓ 1 callers
Method
finish
Closes the log, dumping it to logcat if the time difference between the first and last markers is greater than {@link #MIN_DURATION_FOR_LOGGING_MS}. @
src/com/android/volley/VolleyLog.java:138
↓ 1 callers
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
src/com/android/volley/toolbox/DiskLruBasedCache.java:402
↓ 1 callers
Method
generateBoundary
()
src/com/android/volley/toolbox/multipart/Boundary.java:47
↓ 1 callers
Method
generateHeader
(Boundary boundary)
src/com/android/volley/toolbox/multipart/BasePart.java:32
↓ 1 callers
Method
get
Returns the cache entry with the specified key if it exists, null otherwise.
src/com/android/volley/toolbox/DiskBasedCache.java:122
← previous
next →
201–300 of 850, ranked by callers