MCPcopy Create free account

hub / github.com/bacy/volley / functions

Functions850 in github.com/bacy/volley

↓ 4 callersMethodgetCacheKey
Returns the cache key for this request. By default, this is the URL.
src/com/android/volley/Request.java:315
↓ 4 callersMethodgetCacheKey
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 callersMethodgetColumnConverter
(Class columnType)
src/com/android/volley/db/converter/ColumnConverterFactory.java:18
↓ 4 callersMethodgetColumnOrId
(Class<?> entityType, String columnName)
src/com/android/volley/db/table/TableUtils.java:109
↓ 4 callersMethodgetColumnValue
(Object entity)
src/com/android/volley/db/table/Id.java:66
↓ 4 callersMethodgetDbModel
(final Cursor cursor)
src/com/android/volley/db/sqlite/CursorUtils.java:99
↓ 4 callersMethodgetDirtyFile
(int i)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:926
↓ 4 callersMethodgetFileForKey
Returns a file object for the given cache key.
src/com/android/volley/toolbox/DiskBasedCache.java:270
↓ 4 callersMethodgetHeader
(Boundary boundary)
src/com/android/volley/toolbox/multipart/BasePart.java:25
↓ 4 callersMethodgetRequestUrl
Returns the requested URL for this container.
src/com/android/volley/toolbox/ImageLoader.java:402
↓ 4 callersMethodgetResizedDimension
(int maxPrimary, int maxSecondary, int actualPrimary, int actualSecondary)
src/com/android/volley/toolbox/BitmapDecoder.java:147
↓ 4 callersMethodgetTag
Returns this request's tag. @see Request#setTag(Object)
src/com/android/volley/Request.java:177
↓ 4 callersMethodjournalRebuildRequired
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 callersMethodonCancelled
()
src/com/android/volley/ext/HttpCallback.java:8
↓ 4 callersMethodonErrorResponse
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 callersMethodonLoading
(long count, long current)
src/com/android/volley/ext/HttpCallback.java:9
↓ 4 callersMethodonStart
()
src/com/android/volley/ext/HttpCallback.java:4
↓ 4 callersMethodparseCharset
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 callersMethodpost
post请求 @param url @param paramsMap @param httpResult
src/com/android/volley/ext/tools/HttpTools.java:84
↓ 4 callersMethodreadLong
(InputStream is)
src/com/android/volley/toolbox/DiskBasedCache.java:538
↓ 4 callersMethodreadString
(InputStream is)
src/com/android/volley/toolbox/DiskBasedCache.java:557
↓ 4 callersMethodrenameTo
(File from, File to, boolean deleteDestination)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:390
↓ 4 callersMethodreturnBuf
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 callersMethodsendRequest
发送http请求 @param request
src/com/android/volley/ext/tools/HttpTools.java:328
↓ 4 callersMethodsetDbName
(String dbName)
src/com/android/volley/ext/tools/DbTools.java:600
↓ 4 callersMethodsetRetryPolicy
Sets the retry policy for this request. @return This Request object to allow for chaining.
src/com/android/volley/Request.java:209
↓ 4 callersMethodwriteLong
(OutputStream os, long n)
src/com/android/volley/toolbox/DiskBasedCache.java:527
↓ 4 callersMethodwriteString
(OutputStream os, String s)
src/com/android/volley/toolbox/DiskBasedCache.java:551
↓ 3 callersMethodaddBodyIfExists
(HttpURLConnection connection, final Request<?> request)
src/com/android/volley/toolbox/HurlStack.java:261
↓ 3 callersMethodbuildDeleteSqlByTableName
(String tableName)
src/com/android/volley/db/sqlite/SqlInfoBuilder.java:108
↓ 3 callersMethodbuildReplaceSqlInfo
(DbTools db, Object entity)
src/com/android/volley/db/sqlite/SqlInfoBuilder.java:76
↓ 3 callersMethodclose
()
src/com/android/volley/ext/tools/DbTools.java:774
↓ 3 callersMethodcompleteEdit
(Editor editor, boolean success)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:508
↓ 3 callersMethodgetBody
()
src/com/android/volley/toolbox/JsonRequest.java:92
↓ 3 callersMethodgetBuf
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 callersMethodgetContent
()
src/com/android/volley/toolbox/InflatingEntity.java:15
↓ 3 callersMethodgetContentType
()
src/com/android/volley/toolbox/multipart/BasePart.java:17
↓ 3 callersMethodgetDaoConfig
()
src/com/android/volley/ext/tools/DbTools.java:153
↓ 3 callersMethodgetDbColumnType
(Class columnType)
src/com/android/volley/db/converter/ColumnConverterFactory.java:34
↓ 3 callersMethodgetFilenameForKey
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 callersMethodgetForeignEntityType
()
src/com/android/volley/db/table/Foreign.java:48
↓ 3 callersMethodgetFullUrl
()
src/com/android/volley/ext/RequestInfo.java:30
↓ 3 callersMethodgetHeader
(HttpResponse response, String key)
src/com/android/volley/toolbox/BasicNetwork.java:401
↓ 3 callersMethodgetParamsEncoding
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 callersMethodgetPriority
Returns the {@link Priority} of this request; {@link Priority#NORMAL} by default.
src/com/android/volley/Request.java:520
↓ 3 callersMethodgetRate
()
src/com/android/volley/Request.java:636
↓ 3 callersMethodgetSeq
()
src/com/android/volley/db/sqlite/CursorUtils.java:119
↓ 3 callersMethodgetString
(String columnName)
src/com/android/volley/db/table/DbModel.java:31
↓ 3 callersMethodgetTimeoutMs
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 callersMethodhasGingerbread
()
src/com/android/volley/Utils.java:54
↓ 3 callersMethodhashKeyForDisk
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 callersMethodisCanceled
Returns true if this request has been canceled.
src/com/android/volley/Request.java:347
↓ 3 callersMethodisClosed
Returns true if this cache has been closed.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:608
↓ 3 callersMethodlimit
(int limit)
src/com/android/volley/db/sqlite/Selector.java:117
↓ 3 callersMethodonResult
(String string)
src/com/android/volley/ext/HttpCallback.java:6
↓ 3 callersMethodpostResponse
Parses a response from the network or cache and delivers it.
src/com/android/volley/ResponseDelivery.java:23
↓ 3 callersMethodreadHeader
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 callersMethodresumeTask
()
src/com/android/volley/CacheDispatcher.java:83
↓ 3 callersMethodsaveBindingIdWithoutTransaction
(Object entity)
src/com/android/volley/ext/tools/DbTools.java:671
↓ 3 callersMethodsetEntityIfNonEmptyBody
(HttpEntityEnclosingRequestBase httpRequest, final Request<?> request)
src/com/android/volley/toolbox/HttpClientStack.java:166
↓ 3 callersMethodsetSeq
(long seq)
src/com/android/volley/ext/tools/DbTools.java:883
↓ 3 callersMethodsetValue2Entity
(Object entity, Cursor cursor, int index)
src/com/android/volley/db/table/Column.java:57
↓ 3 callersMethodshouldCache
Returns true if responses to this request should be cached.
src/com/android/volley/Request.java:502
↓ 3 callersMethodtransferred
(long num)
src/com/android/volley/toolbox/UploadMultipartEntity.java:67
↓ 3 callersMethodtrimToSize
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 callersMethodtrimToSize
()
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:640
↓ 3 callersMethodvalidateKey
(String key)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:657
↓ 3 callersMethodwriteInt
(OutputStream os, int n)
src/com/android/volley/toolbox/DiskBasedCache.java:511
↓ 3 callersMethodwriteTo
(final OutputStream out, Boundary boundary)
src/com/android/volley/toolbox/multipart/Part.java:11
↓ 2 callersMethodaddHeaders
(HttpUriRequest httpRequest, Map<String, String> headers)
src/com/android/volley/toolbox/HttpClientStack.java:59
↓ 2 callersMethodaddPart
(String key, String value)
src/com/android/volley/toolbox/MultiPartRequest.java:96
↓ 2 callersMethodanimationDisplay
(View imageView,Drawable bitmapDrawable,Animation animation)
src/com/android/volley/ext/display/SimpleDisplayer.java:117
↓ 2 callersMethodbatchResponse
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 callersMethodcancel
(boolean mayInterruptIfRunning)
src/com/android/volley/toolbox/RequestFuture.java:71
↓ 2 callersMethodcancelAll
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 callersMethoddelete
(Object entity)
src/com/android/volley/ext/tools/DbTools.java:292
↓ 2 callersMethoddoGet
(Long timeoutMs)
src/com/android/volley/toolbox/RequestFuture.java:100
↓ 2 callersMethodedit
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 callersMethodencodeParameters
Converts <code>params</code> into an application/x-www-form-urlencoded encoded string.
src/com/android/volley/Request.java:472
↓ 2 callersMethodentityToBytes
Reads the contents of HttpEntity into a byte[].
src/com/android/volley/toolbox/BasicNetwork.java:271
↓ 2 callersMethodexpand
Ensures there is enough space in the buffer for the given number of additional bytes.
src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:71
↓ 2 callersMethodexpr
(String expr)
src/com/android/volley/db/sqlite/Selector.java:77
↓ 2 callersMethodfieldValue2ColumnValue
(T fieldValue)
src/com/android/volley/db/converter/ColumnConverter.java:18
↓ 2 callersMethodfillBuf
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 callersMethodfindAll
(Selector selector)
src/com/android/volley/ext/tools/DbTools.java:458
↓ 2 callersMethodfindBestSampleSize
( int actualWidth, int actualHeight, int desiredWidth, int desiredHeight)
src/com/android/volley/toolbox/BitmapDecoder.java:135
↓ 2 callersMethodfindFirst
(Selector selector)
src/com/android/volley/ext/tools/DbTools.java:425
↓ 2 callersMethodgetAllFromDb
()
src/com/android/volley/db/sqlite/FinderLazyLoader.java:24
↓ 2 callersMethodgetCacheEntry
Returns the annotated cache entry, or null if there isn't one.
src/com/android/volley/Request.java:333
↓ 2 callersMethodgetClosingBoundary
()
src/com/android/volley/toolbox/multipart/Boundary.java:43
↓ 2 callersMethodgetColumnMap
(Class<?> entityType)
src/com/android/volley/db/table/TableUtils.java:58
↓ 2 callersMethodgetContext
()
src/com/android/volley/ext/tools/DbTools.java:592
↓ 2 callersMethodgetDiskCacheDir
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 callersMethodgetError
Get the error for this response
src/com/android/volley/toolbox/ImageLoader.java:444
↓ 2 callersMethodgetExternalCacheDir
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 callersMethodgetFirstFromDb
()
src/com/android/volley/db/sqlite/FinderLazyLoader.java:36
↓ 2 callersMethodgetForeignColumnName
()
src/com/android/volley/db/table/Foreign.java:44
↓ 2 callersMethodgetForeignEntityType
(com.android.volley.db.table.Foreign foreignColumn)
src/com/android/volley/db/table/ColumnUtils.java:187
↓ 2 callersMethodgetHeaders
()
src/com/android/volley/toolbox/DownloadRequest.java:44
↓ 2 callersMethodgetLength
Returns the byte length of the value for {@code index}.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:702
← previousnext →101–200 of 850, ranked by callers