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
findDbModelAll
(SqlInfo sqlInfo)
src/com/android/volley/ext/tools/DbTools.java:527
Method
finish
Called from {@link Request#finish(String)}, indicating that processing of the given request has finished. <p>Releases waiting requests for <code>requ
src/com/android/volley/RequestQueue.java:289
Method
flush
()
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:865
Method
from
(Class<?> entityType)
src/com/android/volley/db/sqlite/DbModelSelector.java:47
Method
get
Returns the value for {@code key} if it exists in the cache or can be created by {@code #create}. If a value was returned, it is moved to the head of
src/com/android/volley/LruCache.java:62
Method
get
Returns an ImageContainer for the requested URL. The ImageContainer will contain either the specified default bitmap or the loaded bitmap. If the def
src/com/android/volley/toolbox/ImageLoader.java:173
Method
get
(String key)
src/com/android/volley/toolbox/NoCache.java:29
Method
get
()
src/com/android/volley/toolbox/RequestFuture.java:85
Method
get
Returns a snapshot of the entry named {@code key}, or null if it doesn't exist is not currently readable. If a value is returned, it is moved to the h
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:404
Method
get
get 请求 @param url @param paramsMap @param httpResult
src/com/android/volley/ext/tools/HttpTools.java:63
Method
get
(String sql)
src/com/android/volley/ext/tools/DbTools.java:879
Method
getAccount
Returns the Account being used by this authenticator.
src/com/android/volley/toolbox/AndroidAuthenticator.java:66
Method
getAllFromDb
()
src/com/android/volley/db/sqlite/ForeignLazyLoader.java:34
Method
getAnimation
()
src/com/android/volley/ext/tools/BitmapTools.java:168
Method
getAnimationType
()
src/com/android/volley/ext/tools/BitmapTools.java:172
Method
getAuthToken
()
src/com/android/volley/toolbox/AndroidAuthenticator.java:71
Method
getBitmap
Returns the bitmap associated with the request URL if it has been loaded, null otherwise.
src/com/android/volley/toolbox/ImageLoader.java:395
Method
getBitmap
(String url)
src/com/android/volley/toolbox/BitmapCache.java:49
Method
getBitmapFromAsset
从asset中获取bitmap getBitmapFromAsset @param filePath @return @since 3.6
src/com/android/volley/ext/tools/BitmapTools.java:349
Method
getBitmapFromContent
从系统资源中获取bitmap getStreamFromContent @param imageUri @return @since 3.6
src/com/android/volley/ext/tools/BitmapTools.java:360
Method
getBitmapFromFile
从sdcard的文件中获取bitmap getBitmapFromFile @param path @return @since 3.5
src/com/android/volley/ext/tools/BitmapTools.java:371
Method
getBitmapFromMemCache
(String key)
src/com/android/volley/ext/tools/BitmapTools.java:375
Method
getBitmapFromRes
从res中获取bitmap @param resId @return
src/com/android/volley/ext/tools/BitmapTools.java:338
Method
getBody
Returns the raw POST or PUT body to be sent. @throws AuthFailureError in the event of auth failure
src/com/android/volley/Request.java:461
Method
getBodyContentType
()
src/com/android/volley/toolbox/MultiPartRequest.java:74
Method
getBoolean
(String columnName)
src/com/android/volley/db/table/DbModel.java:39
Method
getCacheFolder
()
src/com/android/volley/toolbox/DiskLruBasedCache.java:96
Method
getColumnDbType
()
src/com/android/volley/db/table/Column.java:141
Method
getColumnDbType
()
src/com/android/volley/db/table/Finder.java:87
Method
getColumnDbType
()
src/com/android/volley/db/table/Foreign.java:147
Method
getColumnDbType
()
src/com/android/volley/db/converter/DoubleColumnConverter.java:30
Method
getColumnDbType
()
src/com/android/volley/db/converter/BooleanColumnConverter.java:31
Method
getColumnDbType
()
src/com/android/volley/db/converter/ShortColumnConverter.java:30
Method
getColumnDbType
()
src/com/android/volley/db/converter/FloatColumnConverter.java:30
Method
getColumnDbType
()
src/com/android/volley/db/converter/CharColumnConverter.java:31
Method
getColumnDbType
()
src/com/android/volley/db/converter/SqlDateColumnConverter.java:31
Method
getColumnDbType
()
src/com/android/volley/db/converter/DateColumnConverter.java:33
Method
getColumnDbType
()
src/com/android/volley/db/converter/ByteColumnConverter.java:30
Method
getColumnDbType
()
src/com/android/volley/db/converter/StringColumnConverter.java:28
Method
getColumnDbType
()
src/com/android/volley/db/converter/ByteArrayColumnConverter.java:28
Method
getColumnDbType
()
src/com/android/volley/db/converter/IntegerColumnConverter.java:30
Method
getColumnDbType
()
src/com/android/volley/db/converter/LongColumnConverter.java:30
Method
getColumnValue
(Object entity)
src/com/android/volley/db/table/Foreign.java:92
Method
getContent
Returns <code>null</code> since it's not designed to be used for server responses.
src/com/android/volley/toolbox/multipart/MultipartEntity.java:52
Method
getContentDisposition
()
src/com/android/volley/toolbox/multipart/StringPart.java:47
Method
getContentDisposition
()
src/com/android/volley/toolbox/multipart/FilePart.java:47
Method
getContentLength
()
src/com/android/volley/toolbox/InflatingEntity.java:20
Method
getContentLength
(Boundary boundary)
src/com/android/volley/toolbox/multipart/StringPart.java:71
Method
getContentLength
(Boundary boundary)
src/com/android/volley/toolbox/multipart/FilePart.java:60
Method
getContentLength
()
src/com/android/volley/toolbox/multipart/MultipartEntity.java:40
Method
getContentTransferEncoding
()
src/com/android/volley/toolbox/multipart/StringPart.java:53
Method
getContentTransferEncoding
()
src/com/android/volley/toolbox/multipart/FilePart.java:54
Method
getContentType
()
src/com/android/volley/toolbox/multipart/StringPart.java:50
Method
getContentType
()
src/com/android/volley/toolbox/multipart/FilePart.java:51
Method
getCurrentRetryCount
Returns the current retry count.
src/com/android/volley/DefaultRetryPolicy.java:74
Method
getCurrentTimeout
Returns the current timeout.
src/com/android/volley/DefaultRetryPolicy.java:66
Method
getDatabase
()
src/com/android/volley/ext/tools/DbTools.java:149
Method
getDate
(String columnName)
src/com/android/volley/db/table/DbModel.java:59
Method
getDefaultCacheFile
(Context context)
src/com/android/volley/toolbox/Volley.java:119
Method
getDefaultDisplayConfig
()
src/com/android/volley/ext/tools/BitmapTools.java:156
Method
getDefaultImageResId
()
src/com/android/volley/ext/tools/BitmapTools.java:160
Method
getDefaultValue
()
src/com/android/volley/db/table/Finder.java:82
Method
getDefaultValue
It always return null. @return null
src/com/android/volley/db/table/Foreign.java:157
Method
getDisplayer
()
src/com/android/volley/ext/tools/BitmapTools.java:148
Method
getEntityType
()
src/com/android/volley/db/sqlite/DbModelSelector.java:126
Method
getErrorImageResId
()
src/com/android/volley/ext/tools/BitmapTools.java:164
Method
getFieldValue
(final Cursor cursor, int index)
src/com/android/volley/db/converter/DoubleColumnConverter.java:14
Method
getFieldValue
(final Cursor cursor, int index)
src/com/android/volley/db/converter/BooleanColumnConverter.java:14
Method
getFieldValue
(final Cursor cursor, int index)
src/com/android/volley/db/converter/ShortColumnConverter.java:14
Method
getFieldValue
(final Cursor cursor, int index)
src/com/android/volley/db/converter/FloatColumnConverter.java:14
Method
getFieldValue
(final Cursor cursor, int index)
src/com/android/volley/db/converter/CharColumnConverter.java:14
Method
getFieldValue
(final Cursor cursor, int index)
src/com/android/volley/db/converter/SqlDateColumnConverter.java:14
Method
getFieldValue
(final Cursor cursor, int index)
src/com/android/volley/db/converter/DateColumnConverter.java:16
Method
getFieldValue
(final Cursor cursor, int index)
src/com/android/volley/db/converter/ByteColumnConverter.java:14
Method
getFieldValue
(final Cursor cursor, int index)
src/com/android/volley/db/converter/StringColumnConverter.java:13
Method
getFieldValue
(final Cursor cursor, int index)
src/com/android/volley/db/converter/ByteArrayColumnConverter.java:13
Method
getFieldValue
(final Cursor cursor, int index)
src/com/android/volley/db/converter/IntegerColumnConverter.java:14
Method
getFieldValue
(final Cursor cursor, int index)
src/com/android/volley/db/converter/LongColumnConverter.java:14
Method
getFileSize
(File f)
src/com/android/volley/Utils.java:100
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/DiskLruBasedCache.java:231
Method
getFirstFromDb
()
src/com/android/volley/db/sqlite/ForeignLazyLoader.java:46
Method
getHeaders
Returns a list of extra HTTP headers to go along with this request. Can throw {@link AuthFailureError} as authentication may be required to provide th
src/com/android/volley/Request.java:357
Method
getHeaders
()
src/com/android/volley/ext/RequestInfo.java:74
Method
getHeaders
()
src/com/android/volley/ext/tools/HttpTools.java:210
Method
getHttpRequestQueue
()
src/com/android/volley/ext/tools/HttpTools.java:53
Method
getImageListener
The default implementation of ImageListener which handles basic functionality of showing a default image until the network response is received, at wh
src/com/android/volley/toolbox/ImageLoader.java:101
Method
getImageLoader
()
src/com/android/volley/ext/tools/BitmapTools.java:79
Method
getMaxSize
Returns the maximum number of bytes that this cache should use to store its data.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:486
Method
getMethod
Return the method for this request. Can be one of the values in {@link Method}.
src/com/android/volley/Request.java:158
Method
getOpacity
()
src/com/android/volley/ext/display/SimpleDisplayer.java:173
Method
getPostBody
Returns the raw POST body to be sent. @throws AuthFailureError In the event of auth failure @deprecated Use {@link #getBody()} instead.
src/com/android/volley/Request.java:411
Method
getPostBodyContentType
@deprecated Use {@link #getBodyContentType()} instead.
src/com/android/volley/Request.java:399
Method
getPostParameterPairs
(Map<String, String> postParams)
src/com/android/volley/toolbox/HttpClientStack.java:65
Method
getPriority
()
src/com/android/volley/toolbox/ClearCacheRequest.java:57
Method
getPriority
()
src/com/android/volley/toolbox/ImageRequest.java:93
Method
getProtocolCharset
Get the protocol charset
src/com/android/volley/toolbox/MultiPartRequest.java:91
Method
getResolutionIntent
()
src/com/android/volley/AuthFailureError.java:50
Method
getSequence
Returns the sequence number of this request.
src/com/android/volley/Request.java:284
Method
getSqlDate
(String columnName)
src/com/android/volley/db/table/DbModel.java:64
Method
getString
Returns the string value for {@code index}.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:697
← previous
next →
601–700 of 850, ranked by callers