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
↓ 1 callers
Method
put
(Class<T> entityType, Object idValue, Object entity)
src/com/android/volley/db/sqlite/CursorUtils.java:136
↓ 1 callers
Method
putAllParams
(Map<String, Object> objectParams)
src/com/android/volley/ext/RequestInfo.java:99
↓ 1 callers
Method
readFully
(Reader reader)
src/com/android/volley/toolbox/disklrucache/Util.java:34
↓ 1 callers
Method
readJournal
()
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:247
↓ 1 callers
Method
readJournalLine
(String line)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:279
↓ 1 callers
Method
readStringStringMap
(InputStream is)
src/com/android/volley/toolbox/DiskBasedCache.java:575
↓ 1 callers
Method
refreshNeeded
True if a refresh is needed from the original data source.
src/com/android/volley/Cache.java:92
↓ 1 callers
Method
remove
Drops the entry for {@code key} if it exists and can be removed. Entries actively being edited cannot be removed. @return true if an entry was remove
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:579
↓ 1 callers
Method
removeEntry
Removes the entry identified by 'key' from the cache.
src/com/android/volley/toolbox/DiskBasedCache.java:333
↓ 1 callers
Method
reset
()
src/com/android/volley/toolbox/ContentLengthInputStream.java:68
↓ 1 callers
Method
resume
继续图片加载任务 resume @since 3.6
src/com/android/volley/ext/tools/BitmapTools.java:388
↓ 1 callers
Method
resumeTask
()
src/com/android/volley/NetworkDispatcher.java:78
↓ 1 callers
Method
retry
Prepares for the next retry by applying a backoff to the timeout. @param error The error code of the last attempt. @throws VolleyError In the event th
src/com/android/volley/RetryPolicy.java:40
↓ 1 callers
Method
rewriteUrl
Returns a URL to use instead of the provided one, or null to indicate this URL should not be used at all.
src/com/android/volley/toolbox/HurlStack.java:59
↓ 1 callers
Method
run
()
src/com/android/volley/ExecutorDelivery.java:123
↓ 1 callers
Method
select
(String... columnExpressions)
src/com/android/volley/db/sqlite/Selector.java:97
↓ 1 callers
Method
setAutoIncrementId
(Object entity, long value)
src/com/android/volley/db/table/Id.java:44
↓ 1 callers
Method
setCheckedDatabase
(boolean checkedDatabase)
src/com/android/volley/db/table/Table.java:102
↓ 1 callers
Method
setConnectionParametersForRequest
(HttpURLConnection connection, Request<?> request)
src/com/android/volley/toolbox/HurlStack.java:205
↓ 1 callers
Method
setDefaultImageResId
Sets the default image resource ID to be used for this view until the attempt to load it completes.
src/com/android/volley/toolbox/NetworkImageView.java:87
↓ 1 callers
Method
setError
Set the error for this response
src/com/android/volley/toolbox/ImageLoader.java:437
↓ 1 callers
Method
setErrorImageResId
Sets the error image resource ID to be used for this view in the event that the image requested fails to load.
src/com/android/volley/toolbox/NetworkImageView.java:95
↓ 1 callers
Method
setImageUrl
Sets URL of the image that should be loaded into this view. Note that calling this will immediately either set the cached image (if available) or the
src/com/android/volley/toolbox/NetworkImageView.java:76
↓ 1 callers
Method
setLengths
Set lengths using decimal numbers like "10123".
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:904
↓ 1 callers
Method
setListener
(ProgressListener listener)
src/com/android/volley/toolbox/UploadMultipartEntity.java:20
↓ 1 callers
Method
setRedirectUrl
Sets the redirect url to handle 3xx http responses.
src/com/android/volley/Request.java:308
↓ 1 callers
Method
setRequestQueue
Associates this request with the given queue. The request queue will be notified when this request has finished. @return This Request object to allow
src/com/android/volley/Request.java:266
↓ 1 callers
Method
setSeq
(long seq)
src/com/android/volley/db/sqlite/CursorUtils.java:145
↓ 1 callers
Method
setSequence
Sets the sequence number of this request. Used by {@link RequestQueue}. @return This Request object to allow for chaining.
src/com/android/volley/Request.java:276
↓ 1 callers
Method
setTable
(Table table)
src/com/android/volley/db/table/Column.java:112
↓ 1 callers
Method
setTarget
(String target)
src/com/android/volley/toolbox/DownloadRequest.java:32
↓ 1 callers
Method
sizeOf
Returns the size of the entry for {@code key} and {@code value} in user-defined units. The default implementation returns 1 so that size is the numbe
src/com/android/volley/LruCache.java:248
↓ 1 callers
Method
stop
Stops the cache and network dispatchers.
src/com/android/volley/RequestQueue.java:148
↓ 1 callers
Method
stop
()
src/com/android/volley/ext/tools/HttpTools.java:46
↓ 1 callers
Method
streamToBytes
Reads the contents of an InputStream into a byte[].
src/com/android/volley/Utils.java:242
↓ 1 callers
Method
update
(Object entity, String... updateColumnNames)
src/com/android/volley/ext/tools/DbTools.java:337
↓ 1 callers
Method
write
(byte[] buffer, int offset, int len)
src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:82
↓ 1 callers
Method
writeStringStringMap
(Map<String, String> map, OutputStream os)
src/com/android/volley/toolbox/DiskBasedCache.java:563
↓ 1 callers
Method
writeTo
(OutputStream outstream)
src/com/android/volley/toolbox/UploadMultipartEntity.java:24
↓ 1 callers
Method
wtf
(String format, Object... args)
src/com/android/volley/VolleyLog.java:66
Method
AndroidAuthenticator
Creates a new authenticator. @param context Context for accessing AccountManager @param account Account to authenticate as @param authTokenType Auth t
src/com/android/volley/toolbox/AndroidAuthenticator.java:44
Method
AuthFailureError
()
src/com/android/volley/AuthFailureError.java:32
Method
BasicNetwork
@param httpStack HTTP stack to be used
src/com/android/volley/toolbox/BasicNetwork.java:77
Method
BatchedImageRequest
Constructs a new BatchedImageRequest object @param request The request being tracked @param container The ImageContainer of the person who initiated t
src/com/android/volley/toolbox/ImageLoader.java:429
Method
BitmapCache
(Context context)
src/com/android/volley/toolbox/BitmapCache.java:24
Method
BitmapDisplayConfig
()
src/com/android/volley/ext/tools/BitmapTools.java:532
Method
BitmapTools
(Context context)
src/com/android/volley/ext/tools/BitmapTools.java:64
Method
Boundary
(String boundary)
src/com/android/volley/toolbox/multipart/Boundary.java:22
Method
ByteArrayPool
@param sizeLimit the maximum size of the pool, in bytes
src/com/android/volley/toolbox/ByteArrayPool.java:79
Method
CacheDispatcher
Creates a new cache triage dispatcher thread. You must call {@link #start()} in order to begin processing. @param cacheQueue Queue of incoming reque
src/com/android/volley/CacheDispatcher.java:63
Method
CacheHeader
()
src/com/android/volley/toolbox/DiskBasedCache.java:384
Method
ClearCacheRequest
Creates a synthetic request for clearing the cache. @param cache Cache to clear @param callback Callback to make on the main thread once the cache is
src/com/android/volley/toolbox/ClearCacheRequest.java:40
Method
Column
(Class<?> entityType, Field field)
src/com/android/volley/db/table/Column.java:44
Method
ColumnConverterFactory
()
src/com/android/volley/db/converter/ColumnConverterFactory.java:15
Method
ColumnDbType
(String value)
src/com/android/volley/db/sqlite/ColumnDbType.java:12
Method
ColumnUtils
()
src/com/android/volley/db/table/ColumnUtils.java:42
Method
ContentLengthInputStream
(InputStream stream, int length)
src/com/android/volley/toolbox/ContentLengthInputStream.java:33
Method
ContentLengthInputStream
(InputStream stream, int length)
src/com/android/volley/ext/ContentLengthInputStream.java:33
Method
CountingInputStream
(InputStream in)
src/com/android/volley/toolbox/DiskBasedCache.java:465
Method
CountingOutputStream
(final OutputStream out, long offset, final ProgressListener listener)
src/com/android/volley/toolbox/UploadMultipartEntity.java:38
Method
DaoConfig
(Context context)
src/com/android/volley/ext/tools/DbTools.java:588
Method
DbException
()
src/com/android/volley/db/DbException.java:23
Method
DbModelSelector
(Class<?> entityType)
src/com/android/volley/db/sqlite/DbModelSelector.java:33
Method
DbTools
(DaoConfig config)
src/com/android/volley/ext/tools/DbTools.java:59
Method
DefaultRetryPolicy
Constructs a new retry policy using the default timeouts.
src/com/android/volley/DefaultRetryPolicy.java:47
Method
DiskBasedCache
Constructs an instance of the DiskBasedCache at the specified directory. @param rootDirectory The root directory of the cache. @param maxCacheSizeInBy
src/com/android/volley/toolbox/DiskBasedCache.java:89
Method
DiskLruBasedCache
(File root)
src/com/android/volley/toolbox/DiskLruBasedCache.java:59
Method
DiskLruCache
(File directory, int appVersion, int valueCount, long maxSize)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:180
Method
DownloadRequest
(String url, Listener<String> listener, ErrorListener errorListener, LoadingListener loadingListe
src/com/android/volley/toolbox/DownloadRequest.java:15
Method
Editor
(Entry entry)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:727
Method
EntityTempCache
()
src/com/android/volley/db/sqlite/CursorUtils.java:129
Method
Entry
(String key)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:890
Method
ExecutorDelivery
Creates a new response delivery interface. @param handler {@link Handler} to post responses on
src/com/android/volley/ExecutorDelivery.java:34
Method
ExifInfo
()
src/com/android/volley/toolbox/BitmapDecoder.java:415
Method
FaultHidingOutputStream
(OutputStream out)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:837
Method
FilePart
@param name String - name of parameter (may not be <code>null</code>). @param file File (may not be <code>null</code>). @param filename String. If <co
src/com/android/volley/toolbox/multipart/FilePart.java:30
Method
FindCacheSequence
()
src/com/android/volley/db/sqlite/CursorUtils.java:112
Method
FindTempCache
()
src/com/android/volley/ext/tools/DbTools.java:862
Method
Finder
(Class<?> entityType, Field field)
src/com/android/volley/db/table/Finder.java:23
Method
FinderLazyLoader
(Finder finderColumn, Object value)
src/com/android/volley/db/sqlite/FinderLazyLoader.java:19
Method
Foreign
(Class<?> entityType, Field field)
src/com/android/volley/db/table/Foreign.java:35
Method
ForeignLazyLoader
(Foreign foreignColumn, Object value)
src/com/android/volley/db/sqlite/ForeignLazyLoader.java:29
Method
HttpClientStack
(HttpClient client)
src/com/android/volley/toolbox/HttpClientStack.java:55
Method
HttpPatch
()
src/com/android/volley/toolbox/HttpClientStack.java:196
Method
HttpTools
(Context context)
src/com/android/volley/ext/tools/HttpTools.java:36
Method
HurlStack
(String userAgent)
src/com/android/volley/toolbox/HurlStack.java:66
Method
Id
(Class<?> entityType, Field field)
src/com/android/volley/db/table/Id.java:30
Method
ImageCacheParams
Create a set of image cache parameters that can be provided to {@link EfficientImageCache#getInstance(FragmentManager, ImageCacheParams)} or {@link Im
src/com/android/volley/toolbox/DiskLruBasedCache.java:156
Method
ImageContainer
Constructs a BitmapContainer object. @param bitmap The final bitmap (if it exists). @param requestUrl The requested URL for this container. @param cac
src/com/android/volley/toolbox/ImageLoader.java:358
Method
ImageLoader
Constructs a new ImageLoader. @param queue The RequestQueue to use for making image requests. @param imageCache The cache to use as an L1 cache.
src/com/android/volley/toolbox/ImageLoader.java:88
Method
ImageRequest
Creates a new image request, decoding to a maximum specified width and height. If both width and height are zero, the image will be decoded to its nat
src/com/android/volley/toolbox/ImageRequest.java:74
Method
InflatingEntity
(HttpEntity wrapped)
src/com/android/volley/toolbox/InflatingEntity.java:11
Method
JsonArrayRequest
Creates a new request. @param url URL to fetch the JSON from @param listener Listener to receive the JSON response @param errorListener Error listener
src/com/android/volley/toolbox/JsonArrayRequest.java:41
Method
JsonObjectRequest
Creates a new request. @param method the HTTP method to use @param url URL to fetch the JSON from @param jsonRequest A {@link JSONObject} to post with
src/com/android/volley/toolbox/JsonObjectRequest.java:45
Method
JsonRequest
Deprecated constructor for a JsonRequest which defaults to GET unless {@link #getPostBody()} or {@link #getPostParams()} is overridden (which defaults
src/com/android/volley/toolbox/JsonRequest.java:51
Method
KeyValue
(String key, Object value)
src/com/android/volley/db/table/KeyValue.java:22
Method
LruCache
@param maxSize for caches that do not override {@link #sizeOf}, this is the maximum number of entries in the cache. For all other caches, this
src/com/android/volley/LruCache.java:48
Method
Marker
(String name, long thread, long time)
src/com/android/volley/VolleyLog.java:114
Method
MultiPartRequest
(int method, String url, Listener<T> listener, ErrorListener errorlistener, LoadingListener loadingListener)
src/com/android/volley/toolbox/MultiPartRequest.java:43
Method
MultipartEntity
(String boundaryStr)
src/com/android/volley/toolbox/multipart/MultipartEntity.java:22
← previous
next →
401–500 of 850, ranked by callers