MCPcopy Create free account

hub / github.com/bacy/volley / functions

Functions850 in github.com/bacy/volley

MethodNetworkDispatcher
Creates a new network dispatcher thread. You must call {@link #start()} in order to begin processing. @param queue Queue of incoming requests for tr
src/com/android/volley/NetworkDispatcher.java:58
MethodNetworkError
()
src/com/android/volley/NetworkError.java:27
MethodNetworkImageView
(Context context)
src/com/android/volley/toolbox/NetworkImageView.java:52
MethodNetworkResponse
Creates a new network response. @param statusCode the HTTP status code @param data Response body @param headers Headers returned with this response, o
src/com/android/volley/NetworkResponse.java:35
MethodNoConnectionError
()
src/com/android/volley/NoConnectionError.java:24
MethodOrderBy
(String columnName)
src/com/android/volley/db/sqlite/Selector.java:156
MethodParseError
()
src/com/android/volley/ParseError.java:27
MethodPauseOnScrollListener
(BitmapTools imageLoader, boolean pauseOnScroll, boolean pauseOnFling)
src/com/android/volley/ext/PauseOnScrollListener.java:16
MethodPoolingByteArrayOutputStream
Constructs a new PoolingByteArrayOutputStream with a default size. If more bytes are written to this instance, the underlying byte array will expand.
src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:39
MethodRequest
Creates a new request with the given URL and error listener. Note that the normal response listener is not provided here as delivery of responses is
src/com/android/volley/Request.java:130
MethodRequestFuture
()
src/com/android/volley/toolbox/RequestFuture.java:65
MethodRequestInfo
()
src/com/android/volley/ext/RequestInfo.java:21
MethodRequestQueue
Creates the worker pool. Processing will not begin until {@link #start()} is called. @param cache A Cache to use for persisting responses to disk @pa
src/com/android/volley/RequestQueue.java:97
MethodResponse
(T result, Cache.Entry cacheEntry)
src/com/android/volley/Response.java:78
MethodResponseDeliveryRunnable
(Request request, Response response, Runnable runnable)
src/com/android/volley/ExecutorDelivery.java:82
MethodRoundConfig
(int radius, int margin)
src/com/android/volley/ext/tools/BitmapTools.java:546
MethodRoundedDrawable
(Bitmap bitmap, int cornerRadius, int margin)
src/com/android/volley/ext/display/SimpleDisplayer.java:144
MethodSelector
(Class<?> entityType)
src/com/android/volley/db/sqlite/Selector.java:38
MethodServerError
(NetworkResponse networkResponse)
src/com/android/volley/ServerError.java:27
MethodSnapshot
(String key, long sequenceNumber, InputStream[] ins, long[] lengths)
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:675
MethodSqlInfo
()
src/com/android/volley/db/sqlite/SqlInfo.java:27
MethodSqlInfoBuilder
()
src/com/android/volley/db/sqlite/SqlInfoBuilder.java:39
MethodStrictLineReader
Constructs a new {@code LineReader} with the specified charset and the default capacity. @param in the {@code InputStream} to read data from. @param
src/com/android/volley/toolbox/disklrucache/StrictLineReader.java:71
MethodStringPart
@param name String - name of parameter (may not be <code>null</code>). @param value String - value of parameter (may not be <code>null</code>). @param
src/com/android/volley/toolbox/multipart/StringPart.java:25
MethodStringRequest
Creates a new request with the given method. @param method the request {@link Method} to use @param url URL to fetch the string at @param listener Li
src/com/android/volley/toolbox/StringRequest.java:42
MethodTable
(DbTools db, Class<?> entityType)
src/com/android/volley/db/table/Table.java:47
MethodTableUtils
()
src/com/android/volley/db/table/TableUtils.java:33
MethodUtil
()
src/com/android/volley/toolbox/disklrucache/Util.java:31
MethodUtils
()
src/com/android/volley/Utils.java:30
MethodVolleyError
()
src/com/android/volley/VolleyError.java:26
MethodWhereBuilder
()
src/com/android/volley/db/sqlite/WhereBuilder.java:37
MethodabortUnlessCommitted
()
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:827
Methodadd
Adds a Request to the dispatch queue. @param request The request to service @return The passed-in request
src/com/android/volley/RequestQueue.java:241
Methodadd
Adds a marker to this log with the specified name.
src/com/android/volley/VolleyLog.java:125
MethodaddPart
(Part part)
src/com/android/volley/toolbox/multipart/MultipartEntity.java:32
Methodand
(String columnName, String op, Object value)
src/com/android/volley/db/sqlite/DbModelSelector.java:61
Methodand
add AND condition @param columnName @param op operator: "=","<","LIKE","IN","BETWEEN"... @param value @return
src/com/android/volley/db/sqlite/WhereBuilder.java:72
Methodand
(String columnName, String op, Object value)
src/com/android/volley/db/sqlite/Selector.java:57
Methodapply
(Request<?> request)
src/com/android/volley/RequestQueue.java:229
Methodavailable
()
src/com/android/volley/toolbox/ContentLengthInputStream.java:38
Methodavailable
()
src/com/android/volley/ext/ContentLengthInputStream.java:38
Methodcall
()
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:165
Methodcancel
()
src/com/android/volley/ext/tools/HttpTools.java:202
MethodcancelAllRequest
()
src/com/android/volley/ext/tools/HttpTools.java:417
MethodcancelAllRequest
取消所有即将开始的请求 cancelAllRequest @since 3.6
src/com/android/volley/ext/tools/BitmapTools.java:410
Methodclear
Clears the cache. Deletes all cached files from disk.
src/com/android/volley/toolbox/DiskBasedCache.java:106
Methodclear
()
src/com/android/volley/toolbox/NoCache.java:25
Methodclear
()
src/com/android/volley/toolbox/DiskLruBasedCache.java:379
MethodclearCache
()
src/com/android/volley/toolbox/DiskLruBasedCache.java:85
MethodclearDiskCache
清除掉所有的图片磁盘缓存 clearDiskCache @param callback @since 3.6
src/com/android/volley/ext/tools/BitmapTools.java:474
MethodclearMemoryCache
清除掉某张图片的内存缓存 clearMemoryCache @param key 图片的url @since 3.6
src/com/android/volley/ext/tools/BitmapTools.java:439
MethodclearViewTask
清除view上面的任务和标记 clearViewTask @param view
src/com/android/volley/ext/tools/BitmapTools.java:421
Methodclone
()
src/com/android/volley/toolbox/multipart/MultipartEntity.java:76
Methodclose
()
src/com/android/volley/toolbox/ContentLengthInputStream.java:43
Methodclose
Closes the reader by closing the underlying {@code InputStream} and marking this reader as closed. @throws IOException for errors when closing the un
src/com/android/volley/toolbox/disklrucache/StrictLineReader.java:108
Methodclose
()
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:706
Methodclose
()
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:857
Methodclose
()
src/com/android/volley/ext/ContentLengthInputStream.java:43
Methodcompare
(byte[] lhs, byte[] rhs)
src/com/android/volley/toolbox/ByteArrayPool.java:70
MethodcompareTo
Our comparator sorts from high to low priority, and secondarily by sequence number to provide FIFO ordering.
src/com/android/volley/Request.java:608
MethodconfigAllowTransaction
(boolean allowTransaction)
src/com/android/volley/ext/tools/DbTools.java:144
MethodconfigDebug
(boolean debug)
src/com/android/volley/ext/tools/DbTools.java:139
Methodcount
(Selector selector)
src/com/android/volley/ext/tools/DbTools.java:565
MethodcreateCount
Returns the number of times {@link #create(Object)} returned a value.
src/com/android/volley/LruCache.java:295
MethoddbModel2Entity
(final DbTools db, DbModel dbModel,Class<?> clazz)
src/com/android/volley/db/sqlite/CursorUtils.java:76
Methoddelete
delete 请求 @param requestInfo @param httpResult @since 3.5
src/com/android/volley/ext/tools/HttpTools.java:105
MethoddeleteAll
(List<?> entities)
src/com/android/volley/ext/tools/DbTools.java:318
MethoddeleteById
(Class<?> entityType, Object idValue)
src/com/android/volley/ext/tools/DbTools.java:279
MethoddeleteContents
Deletes the contents of {@code dir}. Throws an IOException if any file could not be deleted, or if {@code dir} is not a readable directory.
src/com/android/volley/Utils.java:199
MethoddeliverResponse
(T response)
src/com/android/volley/toolbox/MultiPartRequest.java:82
MethoddeliverResponse
(String response)
src/com/android/volley/toolbox/StringRequest.java:65
MethoddeliverResponse
(T response)
src/com/android/volley/toolbox/JsonRequest.java:63
MethoddeliverResponse
(Object response)
src/com/android/volley/toolbox/ClearCacheRequest.java:67
MethoddeliverResponse
(Bitmap response)
src/com/android/volley/toolbox/ImageRequest.java:204
Methoddisplay
(final View view, String uri)
src/com/android/volley/ext/tools/BitmapTools.java:83
Methoddownload
(String url, String target, final boolean isResume, final HttpCallback httpResult)
src/com/android/volley/ext/tools/HttpTools.java:239
Methoddraw
(Canvas canvas)
src/com/android/volley/ext/display/SimpleDisplayer.java:168
MethoddrawableStateChanged
()
src/com/android/volley/toolbox/NetworkImageView.java:214
MethoddropTable
(Class<?> entityType)
src/com/android/volley/ext/tools/DbTools.java:767
Methodedit
Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:687
MethodenableStrictMode
()
src/com/android/volley/Utils.java:33
MethodevictAll
Clear the cache, calling {@link #entryRemoved} on each removed entry.
src/com/android/volley/LruCache.java:255
MethodevictionCount
Returns the number of values that have been evicted.
src/com/android/volley/LruCache.java:309
Methodexpr
(String expr)
src/com/android/volley/db/sqlite/DbModelSelector.java:81
Methodexpr
(String expr)
src/com/android/volley/db/sqlite/WhereBuilder.java:90
MethodfieldValue2ColumnValue
(Double fieldValue)
src/com/android/volley/db/converter/DoubleColumnConverter.java:25
MethodfieldValue2ColumnValue
(Boolean fieldValue)
src/com/android/volley/db/converter/BooleanColumnConverter.java:25
MethodfieldValue2ColumnValue
(Short fieldValue)
src/com/android/volley/db/converter/ShortColumnConverter.java:25
MethodfieldValue2ColumnValue
(Float fieldValue)
src/com/android/volley/db/converter/FloatColumnConverter.java:25
MethodfieldValue2ColumnValue
(Character fieldValue)
src/com/android/volley/db/converter/CharColumnConverter.java:25
MethodfieldValue2ColumnValue
(java.sql.Date fieldValue)
src/com/android/volley/db/converter/SqlDateColumnConverter.java:25
MethodfieldValue2ColumnValue
(Date fieldValue)
src/com/android/volley/db/converter/DateColumnConverter.java:27
MethodfieldValue2ColumnValue
(Byte fieldValue)
src/com/android/volley/db/converter/ByteColumnConverter.java:25
MethodfieldValue2ColumnValue
(String fieldValue)
src/com/android/volley/db/converter/StringColumnConverter.java:23
MethodfieldValue2ColumnValue
(byte[] fieldValue)
src/com/android/volley/db/converter/ByteArrayColumnConverter.java:23
MethodfieldValue2ColumnValue
(Integer fieldValue)
src/com/android/volley/db/converter/IntegerColumnConverter.java:25
MethodfieldValue2ColumnValue
(Long fieldValue)
src/com/android/volley/db/converter/LongColumnConverter.java:25
Methodfinalize
()
src/com/android/volley/VolleyLog.java:155
Methodfinalize
()
src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:63
MethodfindById
(Class<T> entityType, Object idValue)
src/com/android/volley/ext/tools/DbTools.java:393
← previousnext →501–600 of 850, ranked by callers