MCPcopy Create free account

hub / github.com/DWorkS/VolleyPlus / functions

Functions990 in github.com/DWorkS/VolleyPlus

MethodDiskBasedCache
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
MethodDiskBasedCache
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
MethodDiskLruBasedCache
(File root)
library/src/com/android/volley/cache/DiskLruBasedCache.java:64
MethodDiskLruCache
(File directory, int appVersion, int valueCount, long maxSize)
library/src/com/android/volley/misc/DiskLruCache.java:174
MethodDiskLruImageCache
(Context context, String uniqueName, int diskCacheSize, CompressFormat compressFormat, int quality)
library/src/com/android/volley/cache/DiskLruImageCache.java:34
MethodDownloadRequest
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
MethodEditor
(Entry entry)
library/src/com/android/volley/misc/DiskLruCache.java:712
MethodEndlessScrollListener
()
sample/src/com/volley/demo/ExampleNetworkListView.java:168
MethodEntry
(String key)
library/src/com/android/volley/misc/DiskLruCache.java:882
MethodExecutorDelivery
Creates a new response delivery interface. @param handler {@link Handler} to post responses on
library/src/com/android/volley/ExecutorDelivery.java:36
MethodExif
()
library/src/com/android/volley/misc/Exif.java:26
MethodExtHttpClientStack
(HttpClient client)
sample/src/com/volley/demo/misc/ExtHttpClientStack.java:57
MethodFaultHidingOutputStream
(OutputStream out)
library/src/com/android/volley/misc/DiskLruCache.java:822
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
library/src/com/android/volley/toolbox/multipart/FilePart.java:43
MethodGZipRequest
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
MethodGsonRequest
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
MethodHttpClientStack
(HttpClient client)
library/src/com/android/volley/toolbox/HttpClientStack.java:62
MethodHttpDelete
()
library/src/com/android/volley/toolbox/HttpClientStack.java:269
MethodHttpHeaderParser
()
library/src/com/android/volley/toolbox/HttpHeaderParser.java:36
MethodHttpPatch
()
library/src/com/android/volley/toolbox/HttpClientStack.java:237
MethodHurlStack
()
library/src/com/android/volley/toolbox/HurlStack.java:77
MethodIOUtils
()
library/src/com/android/volley/misc/IOUtils.java:14
MethodImageAdapter
(Context context)
sample/src/com/volley/demo/SimpleCacheFragment.java:220
MethodImageArrayAdapter
(Context context, int textViewResourceId, List<ImageEntry> objects, SimpleImageLoader imageLoader)
sample/src/com/volley/demo/util/ImageArrayAdapter.java:37
MethodImageCacheParams
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
MethodImageContainer
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
MethodImageDetailFragment
Empty constructor as per the Fragment documentation
sample/src/com/volley/demo/ImageDetailFragment.java:58
MethodImageEntry
(String title, String thumbnailUrl)
sample/src/com/volley/demo/util/ImageEntry.java:32
MethodImageLoader
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
MethodImagePagerAdapter
(FragmentManager fm, int size)
sample/src/com/volley/demo/ImageDetailActivity.java:178
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
library/src/com/android/volley/request/ImageRequest.java:95
MethodImages
()
sample/src/com/volley/demo/util/Images.java:24
MethodInputStreamBuffer
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
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
library/src/com/android/volley/request/JsonArrayRequest.java:42
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
library/src/com/android/volley/request/JsonObjectRequest.java:46
MethodJsonRequest
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
MethodLruImageCache
()
library/src/com/android/volley/cache/LruImageCache.java:23
MethodMarker
(String name, long thread, long time)
library/src/com/android/volley/VolleyLog.java:117
MethodMultiPartParam
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
MethodMultiPartRequest
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
MethodMultipartEntity
(String boundaryStr)
library/src/com/android/volley/toolbox/multipart/MultipartEntity.java:20
MethodMultipartUtils
()
library/src/com/android/volley/misc/MultipartUtils.java:13
MethodMyVolley
()
sample/src/com/volley/demo/util/MyVolley.java:37
MethodNetUtils
()
library/src/com/android/volley/misc/NetUtils.java:26
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
library/src/com/android/volley/NetworkDispatcher.java:59
MethodNetworkError
()
library/src/com/android/volley/error/NetworkError.java:26
MethodNetworkImageView
(Context context)
library/src/com/android/volley/ui/NetworkImageView.java:76
MethodNetworkResponse
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
MethodNoConnectionError
()
library/src/com/android/volley/error/NoConnectionError.java:26
MethodOkHttpStack
()
sample/src/com/volley/demo/misc/OkHttpStack.java:17
MethodOutputStreamProgress
(OutputStream outstream, ProgressListener progressListener)
library/src/com/android/volley/toolbox/multipart/OutputStreamProgress.java:13
MethodParseError
()
library/src/com/android/volley/error/ParseError.java:26
MethodPhotoView
(Context context)
library/src/com/android/volley/ui/PhotoView.java:189
MethodPoolingByteArrayOutputStream
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
MethodProgressHttpEntity
(final HttpEntity wrapped, final ProgressListener listener)
library/src/com/android/volley/misc/ProgressHttpEntity.java:21
MethodRequest
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
MethodRequestFuture
()
library/src/com/android/volley/toolbox/RequestFuture.java:65
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
library/src/com/android/volley/RequestQueue.java:109
MethodRequestTickle
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
MethodResponse
(T result, Cache.Entry cacheEntry)
library/src/com/android/volley/Response.java:84
MethodResponseDeliveryRunnable
(Request request, Response response, Runnable runnable)
library/src/com/android/volley/ExecutorDelivery.java:84
MethodRetainFragment
Empty constructor as per the Fragment documentation
library/src/com/android/volley/cache/BitmapImageCache.java:310
MethodRetainFragment
Empty constructor as per the Fragment documentation
library/src/com/android/volley/cache/BitmapCache.java:261
MethodRotateRunnable
(PhotoView header)
library/src/com/android/volley/ui/PhotoView.java:1403
MethodSampleAdapter
(Context context, ArrayList<ActivityInfo> activities)
sample/src/com/volley/demo/MainActivity.java:89
MethodScaleRunnable
(PhotoView header)
library/src/com/android/volley/ui/PhotoView.java:1138
MethodServerError
(NetworkResponse networkResponse)
library/src/com/android/volley/error/ServerError.java:26
MethodSimpleCacheFragment
Empty constructor as per the Fragment documentation
sample/src/com/volley/demo/SimpleCacheFragment.java:70
MethodSimpleImageLoader
{@inheritDoc}
library/src/com/android/volley/cache/SimpleImageLoader.java:74
MethodSimpleMultiPartRequest
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
MethodSnapRunnable
(PhotoView header)
library/src/com/android/volley/ui/PhotoView.java:1310
MethodSnapshot
(String key, long sequenceNumber, InputStream[] ins, long[] lengths)
library/src/com/android/volley/misc/DiskLruCache.java:660
MethodSsX509TrustManager
(InputStream keyStore, String keyStorePassword)
sample/src/com/volley/demo/misc/SsX509TrustManager.java:36
MethodSslSocketFactory
(KeyStore keystore, String keystorePassword)
sample/src/com/volley/demo/misc/SslSocketFactory.java:34
MethodStrictLineReader
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
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
library/src/com/android/volley/toolbox/multipart/StringPart.java:27
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
library/src/com/android/volley/request/StringRequest.java:42
MethodTimeoutError
()
library/src/com/android/volley/error/TimeoutError.java:27
MethodTrace
()
library/src/com/android/volley/misc/Trace.java:27
MethodTranslateRunnable
(PhotoView header)
library/src/com/android/volley/ui/PhotoView.java:1214
MethodUrlEncodingHelper
()
library/src/com/android/volley/toolbox/multipart/UrlEncodingHelper.java:10
MethodUtils
()
library/src/com/android/volley/misc/Utils.java:52
MethodUtils
()
sample/src/com/volley/demo/util/Utils.java:30
MethodViewCompat
()
library/src/com/android/volley/misc/ViewCompat.java:26
MethodVolley
(Context context)
library/src/com/android/volley/Volley.java:53
MethodVolleyError
()
library/src/com/android/volley/error/VolleyError.java:31
MethodVolleyErrorHelper
()
library/src/com/android/volley/error/VolleyErrorHelper.java:15
MethodVolleyLog
()
library/src/com/android/volley/VolleyLog.java:29
MethodVolleyTickle
()
library/src/com/android/volley/toolbox/VolleyTickle.java:35
MethodabortUnlessCommitted
()
library/src/com/android/volley/misc/DiskLruCache.java:812
Methodadd
Adds a marker to this log with the specified name.
library/src/com/android/volley/VolleyLog.java:128
MethodaddFile
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
MethodaddMultipartParam
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
MethodaddRequestFinishedListener
(RequestFinishedListener<T> listener)
library/src/com/android/volley/RequestQueue.java:310
MethodaddStringParam
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
MethodaddToRequestQueue
(Request<T> req, String tag)
library/src/com/android/volley/Volley.java:204
MethodaddToRequestQueue
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
Methodapply
(Request<?> request)
library/src/com/android/volley/Volley.java:234
Methodapply
(Request<?> request)
library/src/com/android/volley/RequestQueue.java:223
MethodbytesRead
()
library/src/com/android/volley/misc/CountingInputStream.java:35
← previousnext →501–600 of 990, ranked by callers