MCPcopy Create free account

hub / github.com/bacy/volley / functions

Functions850 in github.com/bacy/volley

↓ 2 callersMethodgetLengths
()
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:895
↓ 2 callersMethodgetLoadingListener
()
src/com/android/volley/Request.java:628
↓ 2 callersMethodgetMethod
()
src/com/android/volley/toolbox/HttpClientStack.java:213
↓ 2 callersMethodgetMultipartEntity
()
src/com/android/volley/toolbox/MultiPartRequest.java:106
↓ 2 callersMethodgetParams
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 callersMethodgetPostBody
@deprecated Use {@link #getBody()}.
src/com/android/volley/toolbox/JsonRequest.java:82
↓ 2 callersMethodgetRetryPolicy
Returns the retry policy that should be used for this request.
src/com/android/volley/Request.java:536
↓ 2 callersMethodgetTarget
()
src/com/android/volley/toolbox/DownloadRequest.java:28
↓ 2 callersMethodgetTargetColumnName
()
src/com/android/volley/db/table/Finder.java:36
↓ 2 callersMethodgetTargetEntityType
()
src/com/android/volley/db/table/Finder.java:32
↓ 2 callersMethodgetTrafficStatsTag
@return A tag for use with {@link TrafficStats#setThreadStatsTag(int)}
src/com/android/volley/Request.java:184
↓ 2 callersMethodgetUrl
Returns the URL of this request.
src/com/android/volley/Request.java:294
↓ 2 callersMethodgetUsableSpace
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 callersMethodinitDiskCache
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 callersMethodinputStreamToString
(InputStream in)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:664
↓ 2 callersMethodinvalidLengths
(String[] strings)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:918
↓ 2 callersMethodisCancelled
()
src/com/android/volley/toolbox/RequestFuture.java:127
↓ 2 callersMethodisDone
()
src/com/android/volley/toolbox/RequestFuture.java:135
↓ 2 callersMethodisResume
()
src/com/android/volley/toolbox/DownloadRequest.java:36
↓ 2 callersMethodisShouldGzip
()
src/com/android/volley/Request.java:644
↓ 2 callersMethodisStartWithIs
(final String fieldName)
src/com/android/volley/db/table/ColumnUtils.java:222
↓ 2 callersMethodloadCompletedisplay
(View imageView, Bitmap bitmap, BitmapDisplayConfig config)
src/com/android/volley/ext/display/IDisplayer.java:9
↓ 2 callersMethodloadDefaultDisplay
(View view, BitmapDisplayConfig config)
src/com/android/volley/ext/display/IDisplayer.java:13
↓ 2 callersMethodloadFailDisplay
(View view, BitmapDisplayConfig config)
src/com/android/volley/ext/display/IDisplayer.java:11
↓ 2 callersMethodloadImageIfNecessary
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 callersMethodmarkDelivered
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 callersMethodnewOutputStream
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 callersMethodopen
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 callersMethodopenConnection
Opens an {@link HttpURLConnection} with parameters. @param url @return an open connection @throws IOException
src/com/android/volley/toolbox/HurlStack.java:188
↓ 2 callersMethodparseDateAsEpoch
Parse date in RFC1123 format, and return its value as epoch
src/com/android/volley/toolbox/HttpHeaderParser.java:105
↓ 2 callersMethodparseNetworkResponse
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 callersMethodpause
暂停所有加载的任务 pause @since 3.6
src/com/android/volley/ext/tools/BitmapTools.java:399
↓ 2 callersMethodpauseTask
()
src/com/android/volley/CacheDispatcher.java:90
↓ 2 callersMethodpostError
Posts an error for the given request.
src/com/android/volley/ResponseDelivery.java:34
↓ 2 callersMethodput
(String key, String value)
src/com/android/volley/ext/RequestInfo.java:79
↓ 2 callersMethodputEntry
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 callersMethodquit
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 callersMethodread
()
src/com/android/volley/ext/ContentLengthInputStream.java:53
↓ 2 callersMethodreadInt
(InputStream is)
src/com/android/volley/toolbox/DiskBasedCache.java:518
↓ 2 callersMethodrebuildJournal
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 callersMethodremove
Removes the specified key from the cache if it exists.
src/com/android/volley/toolbox/DiskBasedCache.java:245
↓ 2 callersMethodremove
(String data)
src/com/android/volley/toolbox/DiskLruBasedCache.java:358
↓ 2 callersMethodremove
(DbTools db, Class<?> entityType)
src/com/android/volley/db/table/Table.java:73
↓ 2 callersMethodremoveContainerAndCancelIfNecessary
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 callersMethodsaveOrUpdate
(Object entity)
src/com/android/volley/ext/tools/DbTools.java:159
↓ 2 callersMethodsaveOrUpdateWithoutTransaction
(Object entity)
src/com/android/volley/ext/tools/DbTools.java:657
↓ 2 callersMethodsetCacheEntry
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 callersMethodsetDbDir
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 callersMethodsetDbUpgradeListener
(DbUpgradeListener dbUpgradeListener)
src/com/android/volley/ext/tools/DbTools.java:618
↓ 2 callersMethodsetDbVersion
(int dbVersion)
src/com/android/volley/ext/tools/DbTools.java:610
↓ 2 callersMethodsetDefaultImageOrNull
()
src/com/android/volley/toolbox/NetworkImageView.java:186
↓ 2 callersMethodsetLoadingListener
(Response.LoadingListener loadingListener)
src/com/android/volley/Request.java:632
↓ 2 callersMethodsetResume
(boolean isResume)
src/com/android/volley/toolbox/DownloadRequest.java:40
↓ 2 callersMethodsetShouldCache
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 callersMethodsetShouldGzip
(boolean shouldGzip)
src/com/android/volley/Request.java:648
↓ 2 callersMethodsetValue
(Object entity,Object value)
src/com/android/volley/db/table/Column.java:69
↓ 2 callersMethodstart
Starts the dispatchers in this queue.
src/com/android/volley/RequestQueue.java:130
↓ 2 callersMethodstreamToBytes
Reads the contents of an InputStream into a byte[].
src/com/android/volley/toolbox/DiskBasedCache.java:344
↓ 2 callersMethodthrowIfNotOnMainThread
()
src/com/android/volley/toolbox/ImageLoader.java:515
↓ 2 callersMethodtoCacheEntry
Creates a cache entry for the specified data.
src/com/android/volley/toolbox/DiskBasedCache.java:428
↓ 2 callersMethodwriteHeader
Writes the contents of this CacheHeader to the specified OutputStream.
src/com/android/volley/toolbox/DiskBasedCache.java:443
↓ 1 callersMethodaddBindArg
(Object arg)
src/com/android/volley/db/sqlite/SqlInfo.java:70
↓ 1 callersMethodaddBindArgs
(Object... bindArgs)
src/com/android/volley/db/sqlite/SqlInfo.java:86
↓ 1 callersMethodaddCacheHeaders
(Map<String, String> headers, Cache.Entry entry)
src/com/android/volley/toolbox/BasicNetwork.java:249
↓ 1 callersMethodaddColumns2Map
(Class<?> entityType, String primaryKeyFieldName, HashMap<String, Column> columnMap)
src/com/android/volley/db/table/TableUtils.java:72
↓ 1 callersMethodaddContainer
Adds another ImageContainer to the list of those interested in the results of the request.
src/com/android/volley/toolbox/ImageLoader.java:452
↓ 1 callersMethodaddTrafficStatsTag
(Request<?> request)
src/com/android/volley/NetworkDispatcher.java:91
↓ 1 callersMethodapply
(Request<?> request)
src/com/android/volley/RequestQueue.java:203
↓ 1 callersMethodbuildCreateTableSqlInfo
(DbTools db, Class<?> entityType)
src/com/android/volley/db/sqlite/SqlInfoBuilder.java:233
↓ 1 callersMethodbytes2Bitmap
(byte[] data, int maxWidth, int maxHeight)
src/com/android/volley/toolbox/BitmapDecoder.java:298
↓ 1 callersMethodbytesToHexString
(byte[] bytes)
src/com/android/volley/toolbox/DiskLruBasedCache.java:212
↓ 1 callersMethodcanDefineExifParams
(String imageUri)
src/com/android/volley/toolbox/BitmapDecoder.java:348
↓ 1 callersMethodcancel
Mark this request as canceled. No callback will be delivered.
src/com/android/volley/Request.java:340
↓ 1 callersMethodclose
()
src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:56
↓ 1 callersMethodcolumn2KeyValue
(Object entity, Column column)
src/com/android/volley/db/sqlite/SqlInfoBuilder.java:273
↓ 1 callersMethodcommit
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 callersMethodconsiderExactScaleAndOrientatiton
(Bitmap subsampledBitmap, ExifInfo exifInfo)
src/com/android/volley/toolbox/BitmapDecoder.java:387
↓ 1 callersMethodconvertHeaders
Converts Headers[] to Map<String, String>.
src/com/android/volley/toolbox/BasicNetwork.java:393
↓ 1 callersMethodcreate
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 callersMethodcreate
(Context context)
src/com/android/volley/ext/tools/DbTools.java:100
↓ 1 callersMethodcreateConnection
Create an {@link HttpURLConnection} for the specified {@code url}.
src/com/android/volley/toolbox/HurlStack.java:178
↓ 1 callersMethodcreateDatabase
(DaoConfig config)
src/com/android/volley/ext/tools/DbTools.java:640
↓ 1 callersMethodcreateHttpRequest
Creates the appropriate subclass of HttpUriRequest for passed in request.
src/com/android/volley/toolbox/HttpClientStack.java:113
↓ 1 callersMethoddefineExifOrientation
(String imageUri)
src/com/android/volley/toolbox/BitmapDecoder.java:353
↓ 1 callersMethoddeleteContents
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 callersMethoddeliverError
Delivers error message to the ErrorListener that the Request was initialized with. @param error Error details
src/com/android/volley/Request.java:592
↓ 1 callersMethoddeliverLoading
(long count, long current)
src/com/android/volley/Request.java:598
↓ 1 callersMethoddeliverResponse
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 callersMethoddoParse
The real guts of parseNetworkResponse. Broken out for readability.
src/com/android/volley/toolbox/ImageRequest.java:150
↓ 1 callersMethoddropDb
()
src/com/android/volley/ext/tools/DbTools.java:745
↓ 1 callersMethodentityFromConnection
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 callersMethodevictAll
()
src/com/android/volley/toolbox/BitmapCache.java:59
↓ 1 callersMethodfadeInDisplay
(View imageView,Drawable bitmapDrawable)
src/com/android/volley/ext/display/SimpleDisplayer.java:96
↓ 1 callersMethodfindDbModelFirst
(SqlInfo sqlInfo)
src/com/android/volley/ext/tools/DbTools.java:493
↓ 1 callersMethodfindDefaultTrafficStatsTag
@return The hashcode of the URL's host component, or 0 if there is none.
src/com/android/volley/Request.java:191
↓ 1 callersMethodfinish
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 callersMethodflush
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 callersMethodgenerateBoundary
()
src/com/android/volley/toolbox/multipart/Boundary.java:47
↓ 1 callersMethodgenerateHeader
(Boundary boundary)
src/com/android/volley/toolbox/multipart/BasePart.java:32
↓ 1 callersMethodget
Returns the cache entry with the specified key if it exists, null otherwise.
src/com/android/volley/toolbox/DiskBasedCache.java:122
← previousnext →201–300 of 850, ranked by callers