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
↓ 4 callers
Method
getCacheKey
Returns the cache key for this request. By default, this is the URL.
src/com/android/volley/Request.java:315
↓ 4 callers
Method
getCacheKey
Creates a cache key for use with the L1 cache. @param url The URL of the request. @param maxWidth The max-width of the output. @param maxHeight The ma
src/com/android/volley/toolbox/ImageLoader.java:526
↓ 4 callers
Method
getColumnConverter
(Class columnType)
src/com/android/volley/db/converter/ColumnConverterFactory.java:18
↓ 4 callers
Method
getColumnOrId
(Class<?> entityType, String columnName)
src/com/android/volley/db/table/TableUtils.java:109
↓ 4 callers
Method
getColumnValue
(Object entity)
src/com/android/volley/db/table/Id.java:66
↓ 4 callers
Method
getDbModel
(final Cursor cursor)
src/com/android/volley/db/sqlite/CursorUtils.java:99
↓ 4 callers
Method
getDirtyFile
(int i)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:926
↓ 4 callers
Method
getFileForKey
Returns a file object for the given cache key.
src/com/android/volley/toolbox/DiskBasedCache.java:270
↓ 4 callers
Method
getHeader
(Boundary boundary)
src/com/android/volley/toolbox/multipart/BasePart.java:25
↓ 4 callers
Method
getRequestUrl
Returns the requested URL for this container.
src/com/android/volley/toolbox/ImageLoader.java:402
↓ 4 callers
Method
getResizedDimension
(int maxPrimary, int maxSecondary, int actualPrimary, int actualSecondary)
src/com/android/volley/toolbox/BitmapDecoder.java:147
↓ 4 callers
Method
getTag
Returns this request's tag. @see Request#setTag(Object)
src/com/android/volley/Request.java:177
↓ 4 callers
Method
journalRebuildRequired
We only rebuild the journal when it will halve the size of the journal and eliminate at least 2000 ops.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:567
↓ 4 callers
Method
onCancelled
()
src/com/android/volley/ext/HttpCallback.java:8
↓ 4 callers
Method
onErrorResponse
Callback method that an error has been occurred with the provided error code and optional user-readable message.
src/com/android/volley/Response.java:38
↓ 4 callers
Method
onLoading
(long count, long current)
src/com/android/volley/ext/HttpCallback.java:9
↓ 4 callers
Method
onStart
()
src/com/android/volley/ext/HttpCallback.java:4
↓ 4 callers
Method
parseCharset
Returns the charset specified in the Content-Type of this header, or the HTTP default (UTF_8) if none can be found.
src/com/android/volley/toolbox/HttpHeaderParser.java:119
↓ 4 callers
Method
post
post请求 @param url @param paramsMap @param httpResult
src/com/android/volley/ext/tools/HttpTools.java:84
↓ 4 callers
Method
readLong
(InputStream is)
src/com/android/volley/toolbox/DiskBasedCache.java:538
↓ 4 callers
Method
readString
(InputStream is)
src/com/android/volley/toolbox/DiskBasedCache.java:557
↓ 4 callers
Method
renameTo
(File from, File to, boolean deleteDestination)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:390
↓ 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.
src/com/android/volley/toolbox/ByteArrayPool.java:110
↓ 4 callers
Method
sendRequest
发送http请求 @param request
src/com/android/volley/ext/tools/HttpTools.java:328
↓ 4 callers
Method
setDbName
(String dbName)
src/com/android/volley/ext/tools/DbTools.java:600
↓ 4 callers
Method
setRetryPolicy
Sets the retry policy for this request. @return This Request object to allow for chaining.
src/com/android/volley/Request.java:209
↓ 4 callers
Method
writeLong
(OutputStream os, long n)
src/com/android/volley/toolbox/DiskBasedCache.java:527
↓ 4 callers
Method
writeString
(OutputStream os, String s)
src/com/android/volley/toolbox/DiskBasedCache.java:551
↓ 3 callers
Method
addBodyIfExists
(HttpURLConnection connection, final Request<?> request)
src/com/android/volley/toolbox/HurlStack.java:261
↓ 3 callers
Method
buildDeleteSqlByTableName
(String tableName)
src/com/android/volley/db/sqlite/SqlInfoBuilder.java:108
↓ 3 callers
Method
buildReplaceSqlInfo
(DbTools db, Object entity)
src/com/android/volley/db/sqlite/SqlInfoBuilder.java:76
↓ 3 callers
Method
close
()
src/com/android/volley/ext/tools/DbTools.java:774
↓ 3 callers
Method
completeEdit
(Editor editor, boolean success)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:508
↓ 3 callers
Method
getBody
()
src/com/android/volley/toolbox/JsonRequest.java:92
↓ 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
src/com/android/volley/toolbox/ByteArrayPool.java:91
↓ 3 callers
Method
getContent
()
src/com/android/volley/toolbox/InflatingEntity.java:15
↓ 3 callers
Method
getContentType
()
src/com/android/volley/toolbox/multipart/BasePart.java:17
↓ 3 callers
Method
getDaoConfig
()
src/com/android/volley/ext/tools/DbTools.java:153
↓ 3 callers
Method
getDbColumnType
(Class columnType)
src/com/android/volley/db/converter/ColumnConverterFactory.java:34
↓ 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.
src/com/android/volley/toolbox/DiskBasedCache.java:260
↓ 3 callers
Method
getForeignEntityType
()
src/com/android/volley/db/table/Foreign.java:48
↓ 3 callers
Method
getFullUrl
()
src/com/android/volley/ext/RequestInfo.java:30
↓ 3 callers
Method
getHeader
(HttpResponse response, String key)
src/com/android/volley/toolbox/BasicNetwork.java:401
↓ 3 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
src/com/android/volley/Request.java:448
↓ 3 callers
Method
getPriority
Returns the {@link Priority} of this request; {@link Priority#NORMAL} by default.
src/com/android/volley/Request.java:520
↓ 3 callers
Method
getRate
()
src/com/android/volley/Request.java:636
↓ 3 callers
Method
getSeq
()
src/com/android/volley/db/sqlite/CursorUtils.java:119
↓ 3 callers
Method
getString
(String columnName)
src/com/android/volley/db/table/DbModel.java:31
↓ 3 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
src/com/android/volley/Request.java:529
↓ 3 callers
Method
hasGingerbread
()
src/com/android/volley/Utils.java:54
↓ 3 callers
Method
hashKeyForDisk
A hashing method that changes a string (like a URL) into a hash suitable for using as a disk filename.
src/com/android/volley/toolbox/DiskLruBasedCache.java:200
↓ 3 callers
Method
isCanceled
Returns true if this request has been canceled.
src/com/android/volley/Request.java:347
↓ 3 callers
Method
isClosed
Returns true if this cache has been closed.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:608
↓ 3 callers
Method
limit
(int limit)
src/com/android/volley/db/sqlite/Selector.java:117
↓ 3 callers
Method
onResult
(String string)
src/com/android/volley/ext/HttpCallback.java:6
↓ 3 callers
Method
postResponse
Parses a response from the network or cache and delivers it.
src/com/android/volley/ResponseDelivery.java:23
↓ 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
src/com/android/volley/toolbox/DiskBasedCache.java:406
↓ 3 callers
Method
resumeTask
()
src/com/android/volley/CacheDispatcher.java:83
↓ 3 callers
Method
saveBindingIdWithoutTransaction
(Object entity)
src/com/android/volley/ext/tools/DbTools.java:671
↓ 3 callers
Method
setEntityIfNonEmptyBody
(HttpEntityEnclosingRequestBase httpRequest, final Request<?> request)
src/com/android/volley/toolbox/HttpClientStack.java:166
↓ 3 callers
Method
setSeq
(long seq)
src/com/android/volley/ext/tools/DbTools.java:883
↓ 3 callers
Method
setValue2Entity
(Object entity, Cursor cursor, int index)
src/com/android/volley/db/table/Column.java:57
↓ 3 callers
Method
shouldCache
Returns true if responses to this request should be cached.
src/com/android/volley/Request.java:502
↓ 3 callers
Method
transferred
(long num)
src/com/android/volley/toolbox/UploadMultipartEntity.java:67
↓ 3 callers
Method
trimToSize
Remove the eldest entries until the total of remaining entries is at or below the requested size. @param maxSize the maximum size of the cache before
src/com/android/volley/LruCache.java:146
↓ 3 callers
Method
trimToSize
()
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:640
↓ 3 callers
Method
validateKey
(String key)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:657
↓ 3 callers
Method
writeInt
(OutputStream os, int n)
src/com/android/volley/toolbox/DiskBasedCache.java:511
↓ 3 callers
Method
writeTo
(final OutputStream out, Boundary boundary)
src/com/android/volley/toolbox/multipart/Part.java:11
↓ 2 callers
Method
addHeaders
(HttpUriRequest httpRequest, Map<String, String> headers)
src/com/android/volley/toolbox/HttpClientStack.java:59
↓ 2 callers
Method
addPart
(String key, String value)
src/com/android/volley/toolbox/MultiPartRequest.java:96
↓ 2 callers
Method
animationDisplay
(View imageView,Drawable bitmapDrawable,Animation animation)
src/com/android/volley/ext/display/SimpleDisplayer.java:117
↓ 2 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
src/com/android/volley/toolbox/ImageLoader.java:478
↓ 2 callers
Method
cancel
(boolean mayInterruptIfRunning)
src/com/android/volley/toolbox/RequestFuture.java:71
↓ 2 callers
Method
cancelAll
Cancels all requests in this queue for which the given filter applies. @param filter The filtering function to use
src/com/android/volley/RequestQueue.java:210
↓ 2 callers
Method
delete
(Object entity)
src/com/android/volley/ext/tools/DbTools.java:292
↓ 2 callers
Method
doGet
(Long timeoutMs)
src/com/android/volley/toolbox/RequestFuture.java:100
↓ 2 callers
Method
edit
Returns an editor for the entry named {@code key}, or null if another edit is in progress.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:449
↓ 2 callers
Method
encodeParameters
Converts <code>params</code> into an application/x-www-form-urlencoded encoded string.
src/com/android/volley/Request.java:472
↓ 2 callers
Method
entityToBytes
Reads the contents of HttpEntity into a byte[].
src/com/android/volley/toolbox/BasicNetwork.java:271
↓ 2 callers
Method
expand
Ensures there is enough space in the buffer for the given number of additional bytes.
src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:71
↓ 2 callers
Method
expr
(String expr)
src/com/android/volley/db/sqlite/Selector.java:77
↓ 2 callers
Method
fieldValue2ColumnValue
(T fieldValue)
src/com/android/volley/db/converter/ColumnConverter.java:18
↓ 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.
src/com/android/volley/toolbox/disklrucache/StrictLineReader.java:183
↓ 2 callers
Method
findAll
(Selector selector)
src/com/android/volley/ext/tools/DbTools.java:458
↓ 2 callers
Method
findBestSampleSize
( int actualWidth, int actualHeight, int desiredWidth, int desiredHeight)
src/com/android/volley/toolbox/BitmapDecoder.java:135
↓ 2 callers
Method
findFirst
(Selector selector)
src/com/android/volley/ext/tools/DbTools.java:425
↓ 2 callers
Method
getAllFromDb
()
src/com/android/volley/db/sqlite/FinderLazyLoader.java:24
↓ 2 callers
Method
getCacheEntry
Returns the annotated cache entry, or null if there isn't one.
src/com/android/volley/Request.java:333
↓ 2 callers
Method
getClosingBoundary
()
src/com/android/volley/toolbox/multipart/Boundary.java:43
↓ 2 callers
Method
getColumnMap
(Class<?> entityType)
src/com/android/volley/db/table/TableUtils.java:58
↓ 2 callers
Method
getContext
()
src/com/android/volley/ext/tools/DbTools.java:592
↓ 2 callers
Method
getDiskCacheDir
Get a usable cache directory (external if available, internal otherwise). @param context The context to use @param uniqueName A
src/com/android/volley/Utils.java:131
↓ 2 callers
Method
getError
Get the error for this response
src/com/android/volley/toolbox/ImageLoader.java:444
↓ 2 callers
Method
getExternalCacheDir
Get the external app cache directory. @param context The context to use @return The external cache dir
src/com/android/volley/Utils.java:158
↓ 2 callers
Method
getFirstFromDb
()
src/com/android/volley/db/sqlite/FinderLazyLoader.java:36
↓ 2 callers
Method
getForeignColumnName
()
src/com/android/volley/db/table/Foreign.java:44
↓ 2 callers
Method
getForeignEntityType
(com.android.volley.db.table.Foreign foreignColumn)
src/com/android/volley/db/table/ColumnUtils.java:187
↓ 2 callers
Method
getHeaders
()
src/com/android/volley/toolbox/DownloadRequest.java:44
↓ 2 callers
Method
getLength
Returns the byte length of the value for {@code index}.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:702
← previous
next →
101–200 of 850, ranked by callers