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
get
(String data)
src/com/android/volley/toolbox/DiskLruBasedCache.java:246
↓ 1 callers
Method
get
(Class<T> entityType, Object idValue)
src/com/android/volley/db/sqlite/CursorUtils.java:140
↓ 1 callers
Method
getAuthToken
Synchronously retrieves an auth token. @throws AuthFailureError If authentication did not succeed
src/com/android/volley/toolbox/Authenticator.java:30
↓ 1 callers
Method
getBindArgs
()
src/com/android/volley/db/sqlite/SqlInfo.java:47
↓ 1 callers
Method
getBindArgsAsArray
()
src/com/android/volley/db/sqlite/SqlInfo.java:51
↓ 1 callers
Method
getBindArgsAsStrArray
()
src/com/android/volley/db/sqlite/SqlInfo.java:58
↓ 1 callers
Method
getBitmapFromAsset
decode bitmap from asset bitmap getBitmapFromAsset @param filePath @return @since 3.6
src/com/android/volley/toolbox/BitmapDecoder.java:66
↓ 1 callers
Method
getBitmapFromContent
decode bitmap from content getStreamFromContent @param imageUri @return @since 3.6
src/com/android/volley/toolbox/BitmapDecoder.java:88
↓ 1 callers
Method
getBitmapFromFile
decode bitmap from sdcard getBitmapFromFile @param cache @param path @param maxWidth @param maxHeight @return @since 3.5
src/com/android/volley/toolbox/BitmapDecoder.java:112
↓ 1 callers
Method
getBitmapFromRes
decode bitmap from resource @param resId @return
src/com/android/volley/toolbox/BitmapDecoder.java:44
↓ 1 callers
Method
getBodyContentType
()
src/com/android/volley/Request.java:452
↓ 1 callers
Method
getBooleanColumnGetMethod
(Class<?> entityType, final String fieldName)
src/com/android/volley/db/table/ColumnUtils.java:226
↓ 1 callers
Method
getBooleanColumnSetMethod
(Class<?> entityType, Field field)
src/com/android/volley/db/table/ColumnUtils.java:239
↓ 1 callers
Method
getBoundary
()
src/com/android/volley/toolbox/multipart/Boundary.java:35
↓ 1 callers
Method
getBytesRead
()
src/com/android/volley/toolbox/DiskBasedCache.java:487
↓ 1 callers
Method
getCache
Gets the {@link Cache} instance being used.
src/com/android/volley/RequestQueue.java:194
↓ 1 callers
Method
getCacheSize
(Context context)
src/com/android/volley/toolbox/BitmapCache.java:63
↓ 1 callers
Method
getCheck
@param field @return check.value or null
src/com/android/volley/db/table/ColumnUtils.java:178
↓ 1 callers
Method
getColumnConverter
()
src/com/android/volley/db/table/Column.java:137
↓ 1 callers
Method
getColumnDefaultValue
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:146
↓ 1 callers
Method
getColumnGetMethod
(Class<?> entityType, Field field)
src/com/android/volley/db/table/ColumnUtils.java:69
↓ 1 callers
Method
getColumnNameByField
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:112
↓ 1 callers
Method
getColumnSetMethod
(Class<?> entityType, Field field)
src/com/android/volley/db/table/ColumnUtils.java:90
↓ 1 callers
Method
getColumnValue
(Object entity)
src/com/android/volley/db/table/Finder.java:77
↓ 1 callers
Method
getColumnValue
()
src/com/android/volley/db/sqlite/ForeignLazyLoader.java:62
↓ 1 callers
Method
getContentDisposition
()
src/com/android/volley/toolbox/multipart/BasePart.java:16
↓ 1 callers
Method
getContentTransferEncoding
()
src/com/android/volley/toolbox/multipart/BasePart.java:18
↓ 1 callers
Method
getCurrentRetryCount
Returns the current retry count (used for logging).
src/com/android/volley/RetryPolicy.java:32
↓ 1 callers
Method
getCurrentTimeout
Returns the current timeout (used for logging).
src/com/android/volley/RetryPolicy.java:27
↓ 1 callers
Method
getDataMap
@return key: columnName
src/com/android/volley/db/table/DbModel.java:76
↓ 1 callers
Method
getDbDir
()
src/com/android/volley/ext/tools/DbTools.java:622
↓ 1 callers
Method
getDbUpgradeListener
()
src/com/android/volley/ext/tools/DbTools.java:614
↓ 1 callers
Method
getDbVersion
()
src/com/android/volley/ext/tools/DbTools.java:606
↓ 1 callers
Method
getDefaultValue
()
src/com/android/volley/db/table/Column.java:129
↓ 1 callers
Method
getDirectory
Returns the directory where this cache stores its data.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:478
↓ 1 callers
Method
getDouble
(String columnName)
src/com/android/volley/db/table/DbModel.java:47
↓ 1 callers
Method
getExecAfterTableCreated
(Class<?> entityType)
src/com/android/volley/db/table/TableUtils.java:44
↓ 1 callers
Method
getFieldValue
(Object entity)
src/com/android/volley/db/table/Column.java:87
↓ 1 callers
Method
getFileForKey
Returns a file object for the given cache key.
src/com/android/volley/toolbox/DiskLruBasedCache.java:242
↓ 1 callers
Method
getFileParams
()
src/com/android/volley/ext/RequestInfo.java:70
↓ 1 callers
Method
getFinderTargetEntityType
(com.android.volley.db.table.Finder finderColumn)
src/com/android/volley/db/table/ColumnUtils.java:196
↓ 1 callers
Method
getFloat
(String columnName)
src/com/android/volley/db/table/DbModel.java:51
↓ 1 callers
Method
getForeignColumnNameByField
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:136
↓ 1 callers
Method
getIndex
The value set in setValue2Entity(...) @return -1 or the index of this column.
src/com/android/volley/db/table/Column.java:121
↓ 1 callers
Method
getInputStream
Returns the unbuffered stream with the value for {@code index}.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:692
↓ 1 callers
Method
getLastAutoIncrementId
(String tableName)
src/com/android/volley/ext/tools/DbTools.java:691
↓ 1 callers
Method
getOriginUrl
Returns the URL of the request before any redirects have occurred.
src/com/android/volley/Request.java:301
↓ 1 callers
Method
getParams
()
src/com/android/volley/ext/RequestInfo.java:66
↓ 1 callers
Method
getParams
()
src/com/android/volley/ext/tools/HttpTools.java:399
↓ 1 callers
Method
getPostBodyContentType
@deprecated Use {@link #getBodyContentType()}.
src/com/android/volley/toolbox/JsonRequest.java:74
↓ 1 callers
Method
getPostParams
Returns a Map of POST parameters to be used for this request, or null if a simple GET should be used. Can throw {@link AuthFailureError} as authentic
src/com/android/volley/Request.java:372
↓ 1 callers
Method
getPostParamsEncoding
Returns which encoding should be used when converting POST parameters returned by {@link #getPostParams()} into a raw POST body. <p>This controls bot
src/com/android/volley/Request.java:391
↓ 1 callers
Method
getPrimaryKeyColumnName
(Class<?> entityType)
src/com/android/volley/db/table/TableUtils.java:166
↓ 1 callers
Method
getPrimaryKeyFieldName
(Class<?> entityType)
src/com/android/volley/db/table/TableUtils.java:161
↓ 1 callers
Method
getSequenceNumber
Gets a sequence number.
src/com/android/volley/RequestQueue.java:187
↓ 1 callers
Method
getSigleton
(Context context)
src/com/android/volley/toolbox/BitmapCache.java:17
↓ 1 callers
Method
getStartingBoundary
()
src/com/android/volley/toolbox/multipart/Boundary.java:39
↓ 1 callers
Method
getString
Returns the last committed value as a string, or null if no value has been committed.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:756
↓ 1 callers
Method
getTotalDuration
Returns the time difference between the first and last events in this log.
src/com/android/volley/VolleyLog.java:166
↓ 1 callers
Method
handleEntity
(ResponseDelivery delivery, DownloadRequest request, HttpEntity entity)
src/com/android/volley/toolbox/BasicNetwork.java:315
↓ 1 callers
Method
hasAttemptRemaining
Returns true if this policy has attempts remaining, false otherwise.
src/com/android/volley/DefaultRetryPolicy.java:95
↓ 1 callers
Method
hasHadResponseDelivered
Returns true if this request has had a response delivered for it.
src/com/android/volley/Request.java:551
↓ 1 callers
Method
hasHoneycomb
()
src/com/android/volley/Utils.java:62
↓ 1 callers
Method
hasHoneycombMR1
()
src/com/android/volley/Utils.java:66
↓ 1 callers
Method
hasKitKat
()
src/com/android/volley/Utils.java:78
↓ 1 callers
Method
init
(Context context)
src/com/android/volley/ext/tools/BitmapTools.java:51
↓ 1 callers
Method
initialize
Performs any potentially long-running actions needed to initialize the cache; will be called from a worker thread.
src/com/android/volley/Cache.java:44
↓ 1 callers
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/Cache.java:51
↓ 1 callers
Method
invalidateAuthToken
Invalidates the provided auth token.
src/com/android/volley/toolbox/Authenticator.java:35
↓ 1 callers
Method
isCheckedDatabase
()
src/com/android/volley/db/table/Table.java:98
↓ 1 callers
Method
isDbPrimitiveType
(Class<?> fieldType)
src/com/android/volley/db/table/ColumnUtils.java:65
↓ 1 callers
Method
isExpired
True if the entry is expired.
src/com/android/volley/Cache.java:87
↓ 1 callers
Method
isExternalMounted
()
src/com/android/volley/Utils.java:170
↓ 1 callers
Method
isFinder
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:162
↓ 1 callers
Method
isForeign
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:158
↓ 1 callers
Method
isNotNull
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:170
↓ 1 callers
Method
isSuccess
Returns whether this response is considered successful.
src/com/android/volley/Response.java:73
↓ 1 callers
Method
isSupportColumnConverter
(Class columnType)
src/com/android/volley/db/converter/ColumnConverterFactory.java:46
↓ 1 callers
Method
isSupportRange
(HttpResponse response)
src/com/android/volley/toolbox/BasicNetwork.java:406
↓ 1 callers
Method
isTransient
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:154
↓ 1 callers
Method
isUnique
(Field field)
src/com/android/volley/db/table/ColumnUtils.java:166
↓ 1 callers
Method
isVideoUri
(Context context, Uri uri)
src/com/android/volley/toolbox/BitmapDecoder.java:126
↓ 1 callers
Method
logSlowRequests
Logs requests that took over SLOW_REQUEST_THRESHOLD_MS to complete.
src/com/android/volley/toolbox/BasicNetwork.java:219
↓ 1 callers
Method
newInputStream
Returns an unbuffered input stream to read the last committed value, or null if no value has been committed.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:736
↓ 1 callers
Method
newRequestQueue
Creates a default instance of the worker pool and calls {@link RequestQueue#start()} on it. @param context A {@link Context} to use for creating the
src/com/android/volley/toolbox/Volley.java:45
↓ 1 callers
Method
onGetImageError
Handler for when an image failed to load. @param cacheKey The cache key that is associated with the image request.
src/com/android/volley/toolbox/ImageLoader.java:296
↓ 1 callers
Method
onGetImageSuccess
Handler for when an image was successfully loaded. @param cacheKey The cache key that is associated with the image request. @param response The bitmap
src/com/android/volley/toolbox/ImageLoader.java:275
↓ 1 callers
Method
onLoadImage
(final String cacheKey, final long count, final long current)
src/com/android/volley/toolbox/ImageLoader.java:310
↓ 1 callers
Method
onLoading
(long count,long current)
src/com/android/volley/Response.java:42
↓ 1 callers
Method
onPrepareRequest
Called before the request is executed using the underlying HttpClient. <p>Overwrite in subclasses to augment the request.</p>
src/com/android/volley/toolbox/HttpClientStack.java:185
↓ 1 callers
Method
onResponse
(final ImageContainer response, boolean isImmediate)
src/com/android/volley/toolbox/NetworkImageView.java:158
↓ 1 callers
Method
onUpgrade
(DbTools db, int oldVersion, int newVersion)
src/com/android/volley/ext/tools/DbTools.java:637
↓ 1 callers
Method
parseAndDeliverNetworkError
(Request<?> request, VolleyError error)
src/com/android/volley/NetworkDispatcher.java:164
↓ 1 callers
Method
parseNetworkError
Subclasses can override this method to parse 'networkError' and return a more specific error. <p>The default implementation just returns the passed '
src/com/android/volley/Request.java:573
↓ 1 callers
Method
performRequest
Performs the specified request. @param request Request to process @return A {@link NetworkResponse} with data and caching metadata; will never be null
src/com/android/volley/Network.java:29
↓ 1 callers
Method
performRequest
Performs an HTTP request with the given parameters. <p>A GET request is sent if request.getPostBody() == null. A POST request is sent otherwise, and
src/com/android/volley/toolbox/HttpStack.java:49
↓ 1 callers
Method
processJournal
Computes the initial size and collects garbage as a part of opening the cache. Dirty entries are assumed to be inconsistent and will be deleted.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:322
↓ 1 callers
Method
pruneIfNeeded
Prunes the cache to fit the amount of bytes specified. @param neededSpace The amount of bytes we are trying to fit into the cache.
src/com/android/volley/toolbox/DiskBasedCache.java:278
↓ 1 callers
Method
put
Puts the entry with the specified key into the cache.
src/com/android/volley/toolbox/DiskBasedCache.java:215
↓ 1 callers
Method
put
(String data, Entry value)
src/com/android/volley/toolbox/DiskLruBasedCache.java:300
← previous
next →
301–400 of 850, ranked by callers