Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bacy/volley
/ types & classes
Types & classes
140 in github.com/bacy/volley
⨍
Functions
850
◇
Types & classes
140
Class
AndroidAuthenticator
An Authenticator that uses {@link AccountManager} to get auth tokens of a specified type for a specified account.
src/com/android/volley/toolbox/AndroidAuthenticator.java:32
Class
AnimationType
src/com/android/volley/ext/tools/BitmapTools.java:537
Class
AuthFailureError
Error indicating that there was an authentication failure when performing a Request.
src/com/android/volley/AuthFailureError.java:27
Interface
Authenticator
An interface for interacting with auth tokens.
src/com/android/volley/toolbox/Authenticator.java:24
Class
BasePart
src/com/android/volley/toolbox/multipart/BasePart.java:11
Class
BasicNetwork
A network performing Volley requests over an {@link HttpStack}.
src/com/android/volley/toolbox/BasicNetwork.java:63
Class
BatchedImageRequest
Wrapper class used to map a Request to the set of active ImageContainer objects that are interested in its results.
src/com/android/volley/toolbox/ImageLoader.java:411
Class
BitmapCache
src/com/android/volley/toolbox/BitmapCache.java:13
Class
BitmapDecoder
src/com/android/volley/toolbox/BitmapDecoder.java:30
Class
BitmapDisplayConfig
src/com/android/volley/ext/tools/BitmapTools.java:514
Class
BitmapTools
图片加载工具类 BitmapTools chenbo 2014年8月8日 下午4:12:39 @version 3.4
src/com/android/volley/ext/tools/BitmapTools.java:39
Class
BooleanColumnConverter
Author: wyouflf Date: 13-11-4 Time: 下午10:51
src/com/android/volley/db/converter/BooleanColumnConverter.java:13
Class
Boundary
src/com/android/volley/toolbox/multipart/Boundary.java:12
Class
ByteArrayColumnConverter
Author: wyouflf Date: 13-11-4 Time: 下午10:51
src/com/android/volley/db/converter/ByteArrayColumnConverter.java:12
Class
ByteArrayPool
ByteArrayPool is a source and repository of <code>byte[]</code> objects. Its purpose is to supply those buffers to consumers who need to use them for
src/com/android/volley/toolbox/ByteArrayPool.java:54
Class
ByteColumnConverter
Author: wyouflf Date: 13-11-4 Time: 下午10:51
src/com/android/volley/db/converter/ByteColumnConverter.java:13
Interface
Cache
An interface for a cache keyed by a String with a byte array as data.
src/com/android/volley/Cache.java:25
Class
CacheDispatcher
Provides a thread for performing cache triage on a queue of requests. Requests added to the specified cache queue are resolved from cache. Any delive
src/com/android/volley/CacheDispatcher.java:33
Class
CacheHeader
src/com/android/volley/toolbox/DiskBasedCache.java:361
Class
CharColumnConverter
Author: wyouflf Date: 13-11-4 Time: 下午10:51
src/com/android/volley/db/converter/CharColumnConverter.java:13
Class
ClearCacheRequest
A synthetic request used for clearing the cache.
src/com/android/volley/toolbox/ClearCacheRequest.java:30
Class
Column
src/com/android/volley/db/table/Column.java:29
Interface
ColumnConverter
Author: wyouflf Date: 13-11-4 Time: 下午8:57
src/com/android/volley/db/converter/ColumnConverter.java:12
Class
ColumnConverterFactory
Author: wyouflf Date: 13-11-4 Time: 下午10:27
src/com/android/volley/db/converter/ColumnConverterFactory.java:13
Enum
ColumnDbType
Created by wyouflf on 14-2-20.
src/com/android/volley/db/sqlite/ColumnDbType.java:6
Class
ColumnUtils
src/com/android/volley/db/table/ColumnUtils.java:40
Class
ContentLengthInputStream
Decorator for {@link java.io.InputStream InputStream}. Provides possibility to return defined stream length by {@link #available()} method. @author S
src/com/android/volley/toolbox/ContentLengthInputStream.java:28
Class
ContentLengthInputStream
Decorator for {@link java.io.InputStream InputStream}. Provides possibility to return defined stream length by {@link #available()} method. @author S
src/com/android/volley/ext/ContentLengthInputStream.java:28
Class
CountingInputStream
src/com/android/volley/toolbox/DiskBasedCache.java:462
Class
CountingOutputStream
src/com/android/volley/toolbox/UploadMultipartEntity.java:33
Class
CursorUtils
src/com/android/volley/db/sqlite/CursorUtils.java:32
Class
DaoConfig
src/com/android/volley/ext/tools/DbTools.java:580
Class
DateColumnConverter
Author: wyouflf Date: 13-11-4 Time: 下午10:51
src/com/android/volley/db/converter/DateColumnConverter.java:15
Class
DbException
src/com/android/volley/db/DbException.java:20
Class
DbModel
src/com/android/volley/db/table/DbModel.java:23
Class
DbModelSelector
Author: wyouflf Date: 13-8-10 Time: 下午2:15
src/com/android/volley/db/sqlite/DbModelSelector.java:25
Class
DbTools
src/com/android/volley/ext/tools/DbTools.java:45
Interface
DbUpgradeListener
src/com/android/volley/ext/tools/DbTools.java:636
Class
DefaultRetryPolicy
Default retry policy for requests.
src/com/android/volley/DefaultRetryPolicy.java:22
Class
DiskBasedCache
Cache implementation that caches files directly onto the hard disk in the specified directory. The default disk usage size is 5MB, but is configurable
src/com/android/volley/toolbox/DiskBasedCache.java:60
Class
DiskLruBasedCache
Cache implementation that caches files directly onto the hard disk in the specified directory using DiskLruCache
src/com/android/volley/toolbox/DiskLruBasedCache.java:27
Class
DiskLruCache
A cache that uses a bounded amount of space on a filesystem. Each cache entry has a string key and a fixed number of values. Each key must match the r
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:88
Class
DoubleColumnConverter
Author: wyouflf Date: 13-11-4 Time: 下午10:51
src/com/android/volley/db/converter/DoubleColumnConverter.java:13
Class
DownloadRequest
src/com/android/volley/toolbox/DownloadRequest.java:13
Class
Editor
Edits the values for an entry.
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:721
Class
EntityTempCache
src/com/android/volley/db/sqlite/CursorUtils.java:128
Class
Entry
Data and metadata for an entry returned by the cache.
src/com/android/volley/Cache.java:67
Class
Entry
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:875
Interface
ErrorListener
Callback interface for delivering error responses.
src/com/android/volley/Response.java:33
Class
ExecutorDelivery
Delivers responses and errors.
src/com/android/volley/ExecutorDelivery.java:26
Class
ExifInfo
src/com/android/volley/toolbox/BitmapDecoder.java:410
Class
FaultHidingOutputStream
src/com/android/volley/toolbox/disklrucache/DiskLruCache.java:836
Class
FilePart
@author <a href="mailto:vit at cleverua.com">Vitaliy Khudenko</a>
src/com/android/volley/toolbox/multipart/FilePart.java:15
Class
FindCacheSequence
src/com/android/volley/db/sqlite/CursorUtils.java:111
Class
FindTempCache
src/com/android/volley/ext/tools/DbTools.java:861
Class
Finder
Author: wyouflf Date: 13-9-10 Time: 下午7:43
src/com/android/volley/db/table/Finder.java:18
Class
FinderLazyLoader
Author: wyouflf Date: 13-9-10 Time: 下午10:50
src/com/android/volley/db/sqlite/FinderLazyLoader.java:15
Class
FloatColumnConverter
Author: wyouflf Date: 13-11-4 Time: 下午10:51
src/com/android/volley/db/converter/FloatColumnConverter.java:13
Class
Foreign
src/com/android/volley/db/table/Foreign.java:30
Class
ForeignLazyLoader
src/com/android/volley/db/sqlite/ForeignLazyLoader.java:25
Interface
HttpCallback
src/com/android/volley/ext/HttpCallback.java:3
Class
HttpClientStack
An HttpStack that performs request over an {@link HttpClient}.
src/com/android/volley/toolbox/HttpClientStack.java:52
Class
HttpHeaderParser
Utility methods for parsing HTTP headers.
src/com/android/volley/toolbox/HttpHeaderParser.java:31
Class
HttpPatch
The HttpPatch class does not exist in the Android framework, so this has been defined here.
src/com/android/volley/toolbox/HttpClientStack.java:192
Interface
HttpStack
An HTTP stack abstraction.
src/com/android/volley/toolbox/HttpStack.java:30
Class
HttpTools
src/com/android/volley/ext/tools/HttpTools.java:31
Class
HurlStack
An {@link HttpStack} based on {@link HttpURLConnection}.
src/com/android/volley/toolbox/HurlStack.java:49
Interface
IDisplayer
src/com/android/volley/ext/display/IDisplayer.java:8
Interface
IHeadersProvider
src/com/android/volley/toolbox/multipart/BasePart.java:15
Class
Id
src/com/android/volley/db/table/Id.java:24
Interface
ImageCache
Simple cache adapter interface. If provided to the ImageLoader, it will be used as an L1 cache before dispatch to Volley. Implementations must not blo
src/com/android/volley/toolbox/ImageLoader.java:78
Class
ImageCacheParams
A holder class that contains cache parameters.
src/com/android/volley/toolbox/DiskLruBasedCache.java:137
Class
ImageContainer
Container object for all of the data surrounding an image request.
src/com/android/volley/toolbox/ImageLoader.java:335
Interface
ImageListener
Interface for the response handlers on image requests. The call flow is this: 1. Upon being attached to a request, onResponse(response, true) will b
src/com/android/volley/toolbox/ImageLoader.java:135
Class
ImageLoader
Helper that handles loading and caching images from remote URLs. The simple way to use this class is to call {@link ImageLoader#get(String, ImageList
src/com/android/volley/toolbox/ImageLoader.java:44
Class
ImageRequest
A canned request for getting an image at a given URL and calling back with a decoded Bitmap.
src/com/android/volley/toolbox/ImageRequest.java:37
Class
InflatingEntity
src/com/android/volley/toolbox/InflatingEntity.java:10
Class
IntegerColumnConverter
Author: wyouflf Date: 13-11-4 Time: 下午10:51
src/com/android/volley/db/converter/IntegerColumnConverter.java:13
Class
JsonArrayRequest
A request for retrieving a {@link JSONArray} response body at a given URL.
src/com/android/volley/toolbox/JsonArrayRequest.java:33
Class
JsonObjectRequest
A request for retrieving a {@link JSONObject} response body at a given URL, allowing for an optional {@link JSONObject} to be passed in as part of the
src/com/android/volley/toolbox/JsonObjectRequest.java:34
Class
JsonRequest
A request for retrieving a T type response body at a given URL that also optionally sends along a JSON body in the request specified. @param <T> JSON
src/com/android/volley/toolbox/JsonRequest.java:34
Class
KeyValue
src/com/android/volley/db/table/KeyValue.java:18
Interface
Listener
Callback interface for delivering parsed responses.
src/com/android/volley/Response.java:27
Interface
LoadingListener
src/com/android/volley/Response.java:41
Class
LongColumnConverter
Author: wyouflf Date: 13-11-4 Time: 下午10:51
src/com/android/volley/db/converter/LongColumnConverter.java:13
Class
LruCache
Static library version of {@link android.util.LruCache}. Used to write apps that run on API levels prior to 12. When running on API level 12 or above,
src/com/android/volley/LruCache.java:30
Class
Marker
src/com/android/volley/VolleyLog.java:109
Class
MarkerLog
A simple event log with records containing a name, thread ID, and timestamp.
src/com/android/volley/VolleyLog.java:103
Interface
Method
Supported request methods.
src/com/android/volley/Request.java:49
Class
MultiPartRequest
A request for making a Multi Part request @param <T> Response expected
src/com/android/volley/toolbox/MultiPartRequest.java:28
Class
MultipartEntity
@author <a href="mailto:vit at cleverua.com">Vitaliy Khudenko</a>
src/com/android/volley/toolbox/multipart/MultipartEntity.java:14
Interface
Network
An interface for performing requests.
src/com/android/volley/Network.java:22
Class
NetworkDispatcher
Provides a thread for performing network dispatch from a queue of requests. Requests added to the specified queue are processed from the network via
src/com/android/volley/NetworkDispatcher.java:34
Class
NetworkError
Indicates that there was a network error when performing a Volley request.
src/com/android/volley/NetworkError.java:25
Class
NetworkImageView
Handles fetching an image from a URL as well as the life-cycle of the associated request.
src/com/android/volley/toolbox/NetworkImageView.java:32
Class
NetworkResponse
Data and headers returned from {@link Network#performRequest(ResponseDelivery, Request)}.
src/com/android/volley/NetworkResponse.java:27
Class
NoCache
A cache that doesn't.
src/com/android/volley/toolbox/NoCache.java:24
Class
NoConnectionError
Error indicating that no connection could be established when performing a Volley request.
src/com/android/volley/NoConnectionError.java:22
Class
OrderBy
src/com/android/volley/db/sqlite/Selector.java:152
Class
ParseError
Indicates that the server's response could not be parsed.
src/com/android/volley/ParseError.java:25
next →
1–100 of 140, ranked by callers