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
Method
groupBy
(String columnName)
src/com/android/volley/db/sqlite/DbModelSelector.java:91
Method
groupBy
(String columnName)
src/com/android/volley/db/sqlite/Selector.java:93
Method
hasFroyo
()
src/com/android/volley/Utils.java:47
Method
hasGingerbreadMR1
()
src/com/android/volley/Utils.java:58
Method
hasJellyBean
()
src/com/android/volley/Utils.java:70
Method
hasJellyBeanMR2
()
src/com/android/volley/Utils.java:74
Method
having
(WhereBuilder whereBuilder)
src/com/android/volley/db/sqlite/DbModelSelector.java:96
Method
hitCount
Returns the number of times {@link #get} returned a value.
src/com/android/volley/LruCache.java:280
Method
init
(Context context)
src/com/android/volley/ext/tools/HttpTools.java:40
Method
initialize
Initializes the DiskBasedCache by scanning for all files currently in the specified root directory. Creates the root directory if necessary.
src/com/android/volley/toolbox/DiskBasedCache.java:160
Method
initialize
()
src/com/android/volley/toolbox/NoCache.java:46
Method
initialize
()
src/com/android/volley/toolbox/DiskLruBasedCache.java:341
Method
invalidate
Invalidates an entry in the cache. @param key Cache key @param fullExpire True to fully expire the entry, false to soft expire
src/com/android/volley/toolbox/DiskBasedCache.java:199
Method
invalidate
(String key, boolean fullExpire)
src/com/android/volley/toolbox/NoCache.java:38
Method
invalidate
(String key, boolean fullExpire)
src/com/android/volley/toolbox/DiskLruBasedCache.java:346
Method
invalidateAuthToken
(String authToken)
src/com/android/volley/toolbox/AndroidAuthenticator.java:98
Method
isCached
Checks if the item is available in the cache. @param requestUrl The url of the remote image @param maxWidth The maximum width of the returned image. @
src/com/android/volley/toolbox/ImageLoader.java:156
Method
isGzipContent
(HttpResponse response)
src/com/android/volley/toolbox/BasicNetwork.java:414
Method
isRepeatable
()
src/com/android/volley/toolbox/multipart/MultipartEntity.java:36
Method
isSpecialType
(String url)
src/com/android/volley/Utils.java:230
Method
isStreaming
Tells that this entity is not streaming. @return <code>false</code>
src/com/android/volley/toolbox/multipart/MultipartEntity.java:72
Method
limit
(int limit)
src/com/android/volley/db/sqlite/DbModelSelector.java:116
Method
loadCompletedisplay
(View imageView,Bitmap bitmap,BitmapDisplayConfig config)
src/com/android/volley/ext/display/SimpleDisplayer.java:25
Method
loadDefaultDisplay
(View view, BitmapDisplayConfig config)
src/com/android/volley/ext/display/SimpleDisplayer.java:75
Method
loadFailDisplay
(View view, BitmapDisplayConfig config)
src/com/android/volley/ext/display/SimpleDisplayer.java:56
Method
logError
(String what, String url, long start)
src/com/android/volley/toolbox/BasicNetwork.java:265
Method
mark
(int readLimit)
src/com/android/volley/toolbox/ContentLengthInputStream.java:48
Method
mark
(int readLimit)
src/com/android/volley/ext/ContentLengthInputStream.java:48
Method
markSupported
()
src/com/android/volley/toolbox/ContentLengthInputStream.java:78
Method
markSupported
()
src/com/android/volley/ext/ContentLengthInputStream.java:78
Method
maxSize
For caches that do not override {@link #sizeOf}, this returns the maximum number of entries in the cache. For all other caches, this returns the maxim
src/com/android/volley/LruCache.java:273
Method
missCount
Returns the number of times {@link #get} returned null or required a new value to be created.
src/com/android/volley/LruCache.java:288
Method
newFuture
()
src/com/android/volley/toolbox/RequestFuture.java:61
Method
offset
(int offset)
src/com/android/volley/db/sqlite/DbModelSelector.java:121
Method
offset
(int offset)
src/com/android/volley/db/sqlite/Selector.java:122
Method
onBoundsChange
(Rect bounds)
src/com/android/volley/ext/display/SimpleDisplayer.java:156
Method
onDetachedFromWindow
()
src/com/android/volley/toolbox/NetworkImageView.java:201
Method
onErrorResponse
(VolleyError error)
src/com/android/volley/toolbox/ImageLoader.java:104
Method
onErrorResponse
(VolleyError error)
src/com/android/volley/toolbox/NetworkImageView.java:151
Method
onErrorResponse
(VolleyError error)
src/com/android/volley/toolbox/RequestFuture.java:147
Method
onErrorResponse
(VolleyError error)
src/com/android/volley/ext/tools/HttpTools.java:172
Method
onErrorResponse
(VolleyError error)
src/com/android/volley/ext/tools/BitmapTools.java:226
Method
onLayout
(boolean changed, int left, int top, int right, int bottom)
src/com/android/volley/toolbox/NetworkImageView.java:195
Method
onLoading
(long count, long current)
src/com/android/volley/toolbox/ImageLoader.java:248
Method
onLoading
(long count, long current)
src/com/android/volley/ext/tools/HttpTools.java:181
Method
onResponse
Called when a response is received.
src/com/android/volley/Response.java:29
Method
onResponse
(ImageContainer response, boolean isImmediate)
src/com/android/volley/toolbox/ImageLoader.java:111
Method
onResponse
(T response)
src/com/android/volley/toolbox/RequestFuture.java:140
Method
onResponse
(String response)
src/com/android/volley/ext/tools/HttpTools.java:163
Method
onResponse
(ImageContainer response, boolean isImmediate)
src/com/android/volley/ext/tools/BitmapTools.java:232
Method
onScroll
(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount)
src/com/android/volley/ext/PauseOnScrollListener.java:50
Method
onScrollStateChanged
(AbsListView view, int scrollState)
src/com/android/volley/ext/PauseOnScrollListener.java:28
Method
onViewAttachedToWindow
(View v)
src/com/android/volley/ext/tools/BitmapTools.java:308
Method
onViewDetachedFromWindow
(View v)
src/com/android/volley/ext/tools/BitmapTools.java:295
Method
openLog
判断是否打开volley的log输出 @param isOpened
src/com/android/volley/toolbox/Volley.java:127
Method
or
(String columnName, String op, Object value)
src/com/android/volley/db/sqlite/DbModelSelector.java:71
Method
or
add OR condition @param columnName @param op operator: "=","<","LIKE","IN","BETWEEN"... @param value @return
src/com/android/volley/db/sqlite/WhereBuilder.java:85
Method
or
(String columnName, String op, Object value)
src/com/android/volley/db/sqlite/Selector.java:67
Method
orderBy
(String columnName)
src/com/android/volley/db/sqlite/DbModelSelector.java:106
Method
orderBy
(String columnName)
src/com/android/volley/db/sqlite/Selector.java:101
Method
parseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/JsonObjectRequest.java:63
Method
parseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/MultiPartRequest.java:79
Method
parseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/StringRequest.java:70
Method
parseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/JsonRequest.java:68
Method
parseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/ClearCacheRequest.java:62
Method
parseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/JsonArrayRequest.java:45
Method
parseNetworkResponse
(NetworkResponse response)
src/com/android/volley/toolbox/ImageRequest.java:134
Method
parseNetworkResponse
(NetworkResponse response)
src/com/android/volley/ext/tools/HttpTools.java:189
Method
pause
()
src/com/android/volley/RequestQueue.java:171
Method
pauseTask
()
src/com/android/volley/NetworkDispatcher.java:85
Method
performRequest
(Request<?> request, Map<String, String> additionalHeaders)
src/com/android/volley/toolbox/HurlStack.java:87
Method
performRequest
(ResponseDelivery delivery, Request<?> request)
src/com/android/volley/toolbox/BasicNetwork.java:92
Method
performRequest
(Request<?> request, Map<String, String> additionalHeaders)
src/com/android/volley/toolbox/HttpClientStack.java:74
Method
postError
(Request<?> request, VolleyError error)
src/com/android/volley/ExecutorDelivery.java:65
Method
postLoading
(final Request<?> request, final long count, final long current)
src/com/android/volley/ExecutorDelivery.java:119
Method
postResponse
(Request<?> request, Response<?> response)
src/com/android/volley/ExecutorDelivery.java:53
Method
put
Caches {@code value} for {@code key}. The value is moved to the head of the queue. @return the previous value mapped by {@code key}.
src/com/android/volley/LruCache.java:116
Method
put
(String key, Entry entry)
src/com/android/volley/toolbox/NoCache.java:34
Method
put
put 请求 @param requestInfo @param httpResult @since 3.5
src/com/android/volley/ext/tools/HttpTools.java:115
Method
put
(String sql, Object result)
src/com/android/volley/ext/tools/DbTools.java:873
Method
putBitmap
(String url, Bitmap bitmap)
src/com/android/volley/toolbox/BitmapCache.java:54
Method
putCount
Returns the number of times {@link #put} was called.
src/com/android/volley/LruCache.java:302
Method
putFile
(String key, String path)
src/com/android/volley/ext/RequestInfo.java:91
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/NetworkDispatcher.java:71
Method
quitDownloadQueue
()
src/com/android/volley/ext/tools/HttpTools.java:423
Method
read
()
src/com/android/volley/toolbox/ContentLengthInputStream.java:53
Method
readFully
(Reader reader)
src/com/android/volley/Utils.java:181
Method
registerColumnConverter
(Class columnType, ColumnConverter columnConverter)
src/com/android/volley/db/converter/ColumnConverterFactory.java:42
Method
remove
Removes the entry for {@code key} if it exists. @return the previous value mapped by {@code key}.
src/com/android/volley/LruCache.java:177
Method
remove
(String key)
src/com/android/volley/toolbox/NoCache.java:42
Method
replaceAll
(List<?> entities)
src/com/android/volley/ext/tools/DbTools.java:201
Method
reset
()
src/com/android/volley/ext/ContentLengthInputStream.java:68
Method
resume
()
src/com/android/volley/RequestQueue.java:160
Method
retry
Prepares for the next retry by applying a backoff to the timeout. @param error The error code of the last attempt.
src/com/android/volley/DefaultRetryPolicy.java:83
Method
run
()
src/com/android/volley/Request.java:241
Method
run
()
src/com/android/volley/NetworkDispatcher.java:99
Method
run
()
src/com/android/volley/ExecutorDelivery.java:88
Method
run
()
src/com/android/volley/CacheDispatcher.java:96
Method
run
()
src/com/android/volley/toolbox/ImageLoader.java:314
Method
run
()
src/com/android/volley/toolbox/NetworkImageView.java:166
← previous
next →
701–800 of 850, ranked by callers