Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DWorkS/VolleyPlus
/ functions
Functions
990 in github.com/DWorkS/VolleyPlus
⨍
Functions
990
◇
Types & classes
161
Method
DiskBasedCache
Constructs an instance of the DiskBasedCache at the specified directory. @param rootDirectory The root directory of the cache. @param maxCacheSizeInBy
library/src/com/android/volley/cache/DiskBasedCache.java:76
Method
DiskBasedCache
Constructs an instance of the DiskBasedCache at the specified directory. @param rootDirectory The root directory of the cache. @param maxCacheSizeInBy
library/src/com/android/volley/error/DiskBasedCache.java:87
Method
DiskLruBasedCache
(File root)
library/src/com/android/volley/cache/DiskLruBasedCache.java:64
Method
DiskLruCache
(File directory, int appVersion, int valueCount, long maxSize)
library/src/com/android/volley/misc/DiskLruCache.java:174
Method
DiskLruImageCache
(Context context, String uniqueName, int diskCacheSize, CompressFormat compressFormat, int quality)
library/src/com/android/volley/cache/DiskLruImageCache.java:34
Method
DownloadRequest
Creates a new request with the given method. @param url URL to fetch the string at @param download_path path to save the file to @param listener List
library/src/com/android/volley/request/DownloadRequest.java:50
Method
Editor
(Entry entry)
library/src/com/android/volley/misc/DiskLruCache.java:712
Method
EndlessScrollListener
()
sample/src/com/volley/demo/ExampleNetworkListView.java:168
Method
Entry
(String key)
library/src/com/android/volley/misc/DiskLruCache.java:882
Method
ExecutorDelivery
Creates a new response delivery interface. @param handler {@link Handler} to post responses on
library/src/com/android/volley/ExecutorDelivery.java:36
Method
Exif
()
library/src/com/android/volley/misc/Exif.java:26
Method
ExtHttpClientStack
(HttpClient client)
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:57
Method
FaultHidingOutputStream
(OutputStream out)
library/src/com/android/volley/misc/DiskLruCache.java:822
Method
FilePart
@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
library/src/com/android/volley/toolbox/multipart/FilePart.java:43
Method
GZipRequest
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
library/src/com/android/volley/request/GZipRequest.java:27
Method
GsonRequest
Make a GET request and return a parsed object from JSON. @param url URL of the request to make @param clazz Relevant class object, for Gson's reflect
library/src/com/android/volley/request/GsonRequest.java:36
Method
HttpClientStack
(HttpClient client)
library/src/com/android/volley/toolbox/HttpClientStack.java:62
Method
HttpDelete
()
library/src/com/android/volley/toolbox/HttpClientStack.java:269
Method
HttpHeaderParser
()
library/src/com/android/volley/toolbox/HttpHeaderParser.java:36
Method
HttpPatch
()
library/src/com/android/volley/toolbox/HttpClientStack.java:237
Method
HurlStack
()
library/src/com/android/volley/toolbox/HurlStack.java:77
Method
IOUtils
()
library/src/com/android/volley/misc/IOUtils.java:14
Method
ImageAdapter
(Context context)
sample/src/com/volley/demo/SimpleCacheFragment.java:220
Method
ImageArrayAdapter
(Context context, int textViewResourceId, List<ImageEntry> objects, SimpleImageLoader imageLoader)
sample/src/com/volley/demo/util/ImageArrayAdapter.java:37
Method
ImageCacheParams
Create a set of image cache parameters that can be provided to @param maxCacheSizeInBytes cache size in bytes.
library/src/com/android/volley/cache/DiskLruBasedCache.java:236
Method
ImageContainer
Constructs a BitmapContainer object. @param bitmap The final bitmap (if it exists). @param requestUrl The requested URL for this container. @param cac
library/src/com/android/volley/toolbox/ImageLoader.java:440
Method
ImageDetailFragment
Empty constructor as per the Fragment documentation
sample/src/com/volley/demo/ImageDetailFragment.java:58
Method
ImageEntry
(String title, String thumbnailUrl)
sample/src/com/volley/demo/util/ImageEntry.java:32
Method
ImageLoader
Constructs a new ImageLoader with a default LruCache implementation @param queue The RequestQueue to use for making image requests.
library/src/com/android/volley/toolbox/ImageLoader.java:91
Method
ImagePagerAdapter
(FragmentManager fm, int size)
sample/src/com/volley/demo/ImageDetailActivity.java:178
Method
ImageRequest
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
library/src/com/android/volley/request/ImageRequest.java:95
Method
Images
()
sample/src/com/volley/demo/util/Images.java:24
Method
InputStreamBuffer
Construct a new wrapper for an InputStream. <p/> If <code>autoAdvance</code> is true, behavior is undefined if you call {@link #get(int)} or {@link #
library/src/com/android/volley/misc/InputStreamBuffer.java:99
Method
JsonArrayRequest
Creates a new request. @param url URL to fetch the JSON from @param listener Listener to receive the JSON response @param errorListener Error listener
library/src/com/android/volley/request/JsonArrayRequest.java:42
Method
JsonObjectRequest
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
library/src/com/android/volley/request/JsonObjectRequest.java:46
Method
JsonRequest
Deprecated constructor for a JsonRequest which defaults to GET unless {@link #getPostBody()} or {@link #getPostParams()} is overridden (which defaults
library/src/com/android/volley/request/JsonRequest.java:51
Method
LruImageCache
()
library/src/com/android/volley/cache/LruImageCache.java:23
Method
Marker
(String name, long thread, long time)
library/src/com/android/volley/VolleyLog.java:117
Method
MultiPartParam
Initialize a multipart request param with the value and content type @param contentType The content type of the param @param value The value of
library/src/com/android/volley/misc/MultiPartParam.java:17
Method
MultiPartRequest
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
library/src/com/android/volley/request/MultiPartRequest.java:60
Method
MultipartEntity
(String boundaryStr)
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:20
Method
MultipartUtils
()
library/src/com/android/volley/misc/MultipartUtils.java:13
Method
MyVolley
()
sample/src/com/volley/demo/util/MyVolley.java:37
Method
NetUtils
()
library/src/com/android/volley/misc/NetUtils.java:26
Method
NetworkDispatcher
Creates a new network dispatcher thread. You must call {@link #start()} in order to begin processing. @param queue Queue of incoming requests for tr
library/src/com/android/volley/NetworkDispatcher.java:59
Method
NetworkError
()
library/src/com/android/volley/error/NetworkError.java:26
Method
NetworkImageView
(Context context)
library/src/com/android/volley/ui/NetworkImageView.java:76
Method
NetworkResponse
Creates a new network response. @param statusCode the HTTP status code @param data Response body @param headers Headers returned with this response, o
library/src/com/android/volley/NetworkResponse.java:36
Method
NoConnectionError
()
library/src/com/android/volley/error/NoConnectionError.java:26
Method
OkHttpStack
()
sample/src/com/volley/demo/misc/OkHttpStack.java:17
Method
OutputStreamProgress
(OutputStream outstream, ProgressListener progressListener)
library/src/com/android/volley/toolbox/multipart/OutputStreamProgress.java:13
Method
ParseError
()
library/src/com/android/volley/error/ParseError.java:26
Method
PhotoView
(Context context)
library/src/com/android/volley/ui/PhotoView.java:189
Method
PoolingByteArrayOutputStream
Constructs a new PoolingByteArrayOutputStream with a default size. If more bytes are written to this instance, the underlying byte array will expand.
library/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:39
Method
ProgressHttpEntity
(final HttpEntity wrapped, final ProgressListener listener)
library/src/com/android/volley/misc/ProgressHttpEntity.java:21
Method
Request
Creates a new request with the given method (one of the values from {@link Method}), URL, and error listener. Note that the normal response listener
library/src/com/android/volley/Request.java:139
Method
RequestFuture
()
library/src/com/android/volley/toolbox/RequestFuture.java:65
Method
RequestQueue
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
library/src/com/android/volley/RequestQueue.java:109
Method
RequestTickle
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
library/src/com/android/volley/RequestTickle.java:59
Method
Response
(T result, Cache.Entry cacheEntry)
library/src/com/android/volley/Response.java:84
Method
ResponseDeliveryRunnable
(Request request, Response response, Runnable runnable)
library/src/com/android/volley/ExecutorDelivery.java:84
Method
RetainFragment
Empty constructor as per the Fragment documentation
library/src/com/android/volley/cache/BitmapImageCache.java:310
Method
RetainFragment
Empty constructor as per the Fragment documentation
library/src/com/android/volley/cache/BitmapCache.java:261
Method
RotateRunnable
(PhotoView header)
library/src/com/android/volley/ui/PhotoView.java:1403
Method
SampleAdapter
(Context context, ArrayList<ActivityInfo> activities)
sample/src/com/volley/demo/MainActivity.java:89
Method
ScaleRunnable
(PhotoView header)
library/src/com/android/volley/ui/PhotoView.java:1138
Method
ServerError
(NetworkResponse networkResponse)
library/src/com/android/volley/error/ServerError.java:26
Method
SimpleCacheFragment
Empty constructor as per the Fragment documentation
sample/src/com/volley/demo/SimpleCacheFragment.java:70
Method
SimpleImageLoader
{@inheritDoc}
library/src/com/android/volley/cache/SimpleImageLoader.java:74
Method
SimpleMultiPartRequest
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
library/src/com/android/volley/request/SimpleMultiPartRequest.java:26
Method
SnapRunnable
(PhotoView header)
library/src/com/android/volley/ui/PhotoView.java:1310
Method
Snapshot
(String key, long sequenceNumber, InputStream[] ins, long[] lengths)
library/src/com/android/volley/misc/DiskLruCache.java:660
Method
SsX509TrustManager
(InputStream keyStore, String keyStorePassword)
sample/src/com/volley/demo/misc/SsX509TrustManager.java:36
Method
SslSocketFactory
(KeyStore keystore, String keystorePassword)
sample/src/com/volley/demo/misc/SslSocketFactory.java:34
Method
StrictLineReader
Constructs a new {@code LineReader} with the specified charset and the default capacity. @param in the {@code InputStream} to read data fr
library/src/com/android/volley/misc/StrictLineReader.java:84
Method
StringPart
@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
library/src/com/android/volley/toolbox/multipart/StringPart.java:27
Method
StringRequest
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
library/src/com/android/volley/request/StringRequest.java:42
Method
TimeoutError
()
library/src/com/android/volley/error/TimeoutError.java:27
Method
Trace
()
library/src/com/android/volley/misc/Trace.java:27
Method
TranslateRunnable
(PhotoView header)
library/src/com/android/volley/ui/PhotoView.java:1214
Method
UrlEncodingHelper
()
library/src/com/android/volley/toolbox/multipart/UrlEncodingHelper.java:10
Method
Utils
()
library/src/com/android/volley/misc/Utils.java:52
Method
Utils
()
sample/src/com/volley/demo/util/Utils.java:30
Method
ViewCompat
()
library/src/com/android/volley/misc/ViewCompat.java:26
Method
Volley
(Context context)
library/src/com/android/volley/Volley.java:53
Method
VolleyError
()
library/src/com/android/volley/error/VolleyError.java:31
Method
VolleyErrorHelper
()
library/src/com/android/volley/error/VolleyErrorHelper.java:15
Method
VolleyLog
()
library/src/com/android/volley/VolleyLog.java:29
Method
VolleyTickle
()
library/src/com/android/volley/toolbox/VolleyTickle.java:35
Method
abortUnlessCommitted
()
library/src/com/android/volley/misc/DiskLruCache.java:812
Method
add
Adds a marker to this log with the specified name.
library/src/com/android/volley/VolleyLog.java:128
Method
addFile
Add a file to be uploaded in the multipart request @param name The name of the file key @param filePath The path to the file. This file MUST exist. @
library/src/com/android/volley/request/MultiPartRequest.java:174
Method
addMultipartParam
Add a parameter to be sent in the multipart request @param name The name of the paramter @param contentType The content type of the paramter @param v
library/src/com/android/volley/request/MultiPartRequest.java:150
Method
addRequestFinishedListener
(RequestFinishedListener<T> listener)
library/src/com/android/volley/RequestQueue.java:310
Method
addStringParam
Add a string parameter to be sent in the multipart request @param name The name of the paramter @param value the value of the paramter @return The Mu
library/src/com/android/volley/request/MultiPartRequest.java:162
Method
addToRequestQueue
(Request<T> req, String tag)
library/src/com/android/volley/Volley.java:204
Method
addToRequestQueue
Adds the specified request to the global queue, if tag is specified then it is used else Default TAG is used. @param req @param tag
library/src/com/android/volley/ApplicationController.java:58
Method
apply
(Request<?> request)
library/src/com/android/volley/Volley.java:234
Method
apply
(Request<?> request)
library/src/com/android/volley/RequestQueue.java:223
Method
bytesRead
()
library/src/com/android/volley/misc/CountingInputStream.java:35
← previous
next →
501–600 of 990, ranked by callers