MCPcopy Create free account

hub / github.com/bacy/volley / functions

Functions850 in github.com/bacy/volley

↓ 1 callersMethodput
(Class<T> entityType, Object idValue, Object entity)
src/com/android/volley/db/sqlite/CursorUtils.java:136
↓ 1 callersMethodputAllParams
(Map<String, Object> objectParams)
src/com/android/volley/ext/RequestInfo.java:99
↓ 1 callersMethodreadFully
(Reader reader)
src/com/android/volley/toolbox/disklrucache/Util.java:34
↓ 1 callersMethodreadJournal
()
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:247
↓ 1 callersMethodreadJournalLine
(String line)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:279
↓ 1 callersMethodreadStringStringMap
(InputStream is)
src/com/android/volley/toolbox/DiskBasedCache.java:575
↓ 1 callersMethodrefreshNeeded
True if a refresh is needed from the original data source.
src/com/android/volley/Cache.java:92
↓ 1 callersMethodremove
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 callersMethodremoveEntry
Removes the entry identified by 'key' from the cache.
src/com/android/volley/toolbox/DiskBasedCache.java:333
↓ 1 callersMethodreset
()
src/com/android/volley/toolbox/ContentLengthInputStream.java:68
↓ 1 callersMethodresume
继续图片加载任务 resume @since 3.6
src/com/android/volley/ext/tools/BitmapTools.java:388
↓ 1 callersMethodresumeTask
()
src/com/android/volley/NetworkDispatcher.java:78
↓ 1 callersMethodretry
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 callersMethodrewriteUrl
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 callersMethodrun
()
src/com/android/volley/ExecutorDelivery.java:123
↓ 1 callersMethodselect
(String... columnExpressions)
src/com/android/volley/db/sqlite/Selector.java:97
↓ 1 callersMethodsetAutoIncrementId
(Object entity, long value)
src/com/android/volley/db/table/Id.java:44
↓ 1 callersMethodsetCheckedDatabase
(boolean checkedDatabase)
src/com/android/volley/db/table/Table.java:102
↓ 1 callersMethodsetConnectionParametersForRequest
(HttpURLConnection connection, Request<?> request)
src/com/android/volley/toolbox/HurlStack.java:205
↓ 1 callersMethodsetDefaultImageResId
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 callersMethodsetError
Set the error for this response
src/com/android/volley/toolbox/ImageLoader.java:437
↓ 1 callersMethodsetErrorImageResId
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 callersMethodsetImageUrl
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 callersMethodsetLengths
Set lengths using decimal numbers like "10123".
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:904
↓ 1 callersMethodsetListener
(ProgressListener listener)
src/com/android/volley/toolbox/UploadMultipartEntity.java:20
↓ 1 callersMethodsetRedirectUrl
Sets the redirect url to handle 3xx http responses.
src/com/android/volley/Request.java:308
↓ 1 callersMethodsetRequestQueue
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 callersMethodsetSeq
(long seq)
src/com/android/volley/db/sqlite/CursorUtils.java:145
↓ 1 callersMethodsetSequence
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 callersMethodsetTable
(Table table)
src/com/android/volley/db/table/Column.java:112
↓ 1 callersMethodsetTarget
(String target)
src/com/android/volley/toolbox/DownloadRequest.java:32
↓ 1 callersMethodsizeOf
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 callersMethodstop
Stops the cache and network dispatchers.
src/com/android/volley/RequestQueue.java:148
↓ 1 callersMethodstop
()
src/com/android/volley/ext/tools/HttpTools.java:46
↓ 1 callersMethodstreamToBytes
Reads the contents of an InputStream into a byte[].
src/com/android/volley/Utils.java:242
↓ 1 callersMethodupdate
(Object entity, String... updateColumnNames)
src/com/android/volley/ext/tools/DbTools.java:337
↓ 1 callersMethodwrite
(byte[] buffer, int offset, int len)
src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:82
↓ 1 callersMethodwriteStringStringMap
(Map<String, String> map, OutputStream os)
src/com/android/volley/toolbox/DiskBasedCache.java:563
↓ 1 callersMethodwriteTo
(OutputStream outstream)
src/com/android/volley/toolbox/UploadMultipartEntity.java:24
↓ 1 callersMethodwtf
(String format, Object... args)
src/com/android/volley/VolleyLog.java:66
MethodAndroidAuthenticator
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
MethodAuthFailureError
()
src/com/android/volley/AuthFailureError.java:32
MethodBasicNetwork
@param httpStack HTTP stack to be used
src/com/android/volley/toolbox/BasicNetwork.java:77
MethodBatchedImageRequest
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
MethodBitmapCache
(Context context)
src/com/android/volley/toolbox/BitmapCache.java:24
MethodBitmapDisplayConfig
()
src/com/android/volley/ext/tools/BitmapTools.java:532
MethodBitmapTools
(Context context)
src/com/android/volley/ext/tools/BitmapTools.java:64
MethodBoundary
(String boundary)
src/com/android/volley/toolbox/multipart/Boundary.java:22
MethodByteArrayPool
@param sizeLimit the maximum size of the pool, in bytes
src/com/android/volley/toolbox/ByteArrayPool.java:79
MethodCacheDispatcher
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
MethodCacheHeader
()
src/com/android/volley/toolbox/DiskBasedCache.java:384
MethodClearCacheRequest
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
MethodColumn
(Class<?> entityType, Field field)
src/com/android/volley/db/table/Column.java:44
MethodColumnConverterFactory
()
src/com/android/volley/db/converter/ColumnConverterFactory.java:15
MethodColumnDbType
(String value)
src/com/android/volley/db/sqlite/ColumnDbType.java:12
MethodColumnUtils
()
src/com/android/volley/db/table/ColumnUtils.java:42
MethodContentLengthInputStream
(InputStream stream, int length)
src/com/android/volley/toolbox/ContentLengthInputStream.java:33
MethodContentLengthInputStream
(InputStream stream, int length)
src/com/android/volley/ext/ContentLengthInputStream.java:33
MethodCountingInputStream
(InputStream in)
src/com/android/volley/toolbox/DiskBasedCache.java:465
MethodCountingOutputStream
(final OutputStream out, long offset, final ProgressListener listener)
src/com/android/volley/toolbox/UploadMultipartEntity.java:38
MethodDaoConfig
(Context context)
src/com/android/volley/ext/tools/DbTools.java:588
MethodDbException
()
src/com/android/volley/db/DbException.java:23
MethodDbModelSelector
(Class<?> entityType)
src/com/android/volley/db/sqlite/DbModelSelector.java:33
MethodDbTools
(DaoConfig config)
src/com/android/volley/ext/tools/DbTools.java:59
MethodDefaultRetryPolicy
Constructs a new retry policy using the default timeouts.
src/com/android/volley/DefaultRetryPolicy.java:47
MethodDiskBasedCache
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
MethodDiskLruBasedCache
(File root)
src/com/android/volley/toolbox/DiskLruBasedCache.java:59
MethodDiskLruCache
(File directory, int appVersion, int valueCount, long maxSize)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:180
MethodDownloadRequest
(String url, Listener<String> listener, ErrorListener errorListener, LoadingListener loadingListe
src/com/android/volley/toolbox/DownloadRequest.java:15
MethodEditor
(Entry entry)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:727
MethodEntityTempCache
()
src/com/android/volley/db/sqlite/CursorUtils.java:129
MethodEntry
(String key)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:890
MethodExecutorDelivery
Creates a new response delivery interface. @param handler {@link Handler} to post responses on
src/com/android/volley/ExecutorDelivery.java:34
MethodExifInfo
()
src/com/android/volley/toolbox/BitmapDecoder.java:415
MethodFaultHidingOutputStream
(OutputStream out)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:837
MethodFilePart
@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
MethodFindCacheSequence
()
src/com/android/volley/db/sqlite/CursorUtils.java:112
MethodFindTempCache
()
src/com/android/volley/ext/tools/DbTools.java:862
MethodFinder
(Class<?> entityType, Field field)
src/com/android/volley/db/table/Finder.java:23
MethodFinderLazyLoader
(Finder finderColumn, Object value)
src/com/android/volley/db/sqlite/FinderLazyLoader.java:19
MethodForeign
(Class<?> entityType, Field field)
src/com/android/volley/db/table/Foreign.java:35
MethodForeignLazyLoader
(Foreign foreignColumn, Object value)
src/com/android/volley/db/sqlite/ForeignLazyLoader.java:29
MethodHttpClientStack
(HttpClient client)
src/com/android/volley/toolbox/HttpClientStack.java:55
MethodHttpPatch
()
src/com/android/volley/toolbox/HttpClientStack.java:196
MethodHttpTools
(Context context)
src/com/android/volley/ext/tools/HttpTools.java:36
MethodHurlStack
(String userAgent)
src/com/android/volley/toolbox/HurlStack.java:66
MethodId
(Class<?> entityType, Field field)
src/com/android/volley/db/table/Id.java:30
MethodImageCacheParams
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
MethodImageContainer
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
MethodImageLoader
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
MethodImageRequest
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
MethodInflatingEntity
(HttpEntity wrapped)
src/com/android/volley/toolbox/InflatingEntity.java:11
MethodJsonArrayRequest
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
MethodJsonObjectRequest
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
MethodJsonRequest
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
MethodKeyValue
(String key, Object value)
src/com/android/volley/db/table/KeyValue.java:22
MethodLruCache
@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
MethodMarker
(String name, long thread, long time)
src/com/android/volley/VolleyLog.java:114
MethodMultiPartRequest
(int method, String url, Listener<T> listener, ErrorListener errorlistener, LoadingListener loadingListener)
src/com/android/volley/toolbox/MultiPartRequest.java:43
MethodMultipartEntity
(String boundaryStr)
src/com/android/volley/toolbox/multipart/MultipartEntity.java:22
← previousnext →401–500 of 850, ranked by callers