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
↓ 1 callers
Method
createMyReqErrorListener
()
sample/src/com/volley/demo/ExampleNetworkListView.java:136
↓ 1 callers
Method
createMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleNewHttpClient.java:77
↓ 1 callers
Method
createMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleGsonRequest.java:68
↓ 1 callers
Method
createMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleCookies.java:108
↓ 1 callers
Method
createMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleSsSslHttpClient.java:80
↓ 1 callers
Method
createMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleSimpleRequest.java:66
↓ 1 callers
Method
createMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleJsonRequest.java:70
↓ 1 callers
Method
createMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleNetworkListView.java:104
↓ 1 callers
Method
createOutputStream
(File file)
library/src/com/android/volley/cache/DiskBasedCache.java:336
↓ 1 callers
Method
createOutputStream
(File file)
library/src/com/android/volley/error/DiskBasedCache.java:347
↓ 1 callers
Method
decodeSampledBitmapFromDescriptor
Decode and sample down a bitmap from a file input stream to the requested width and height. @param fileDescriptor The file descriptor to read from @p
library/src/com/android/volley/misc/ImageUtils.java:66
↓ 1 callers
Method
deleteContents
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.
library/src/com/android/volley/misc/Utils.java:231
↓ 1 callers
Method
deliverError
Delivers error message to the ErrorListener that the Request was initialized with. @param error Error details
library/src/com/android/volley/Request.java:701
↓ 1 callers
Method
deliverResponse
Subclasses must implement this to perform delivery of the parsed response to their listeners. The given response is guaranteed to be non-null; respon
library/src/com/android/volley/Request.java:693
↓ 1 callers
Method
deliverResult
(T data)
library/src/com/android/volley/AsyncRequestLoader.java:58
↓ 1 callers
Method
doContentParse
The real guts of parseNetworkResponse. Broken out for readability. This version is for reading a Bitmap from resource
library/src/com/android/volley/request/ImageRequest.java:339
↓ 1 callers
Method
doFileParse
The real guts of parseNetworkResponse. Broken out for readability. This version is for reading a Bitmap from file
library/src/com/android/volley/request/ImageRequest.java:274
↓ 1 callers
Method
doInBackground
Override this method to perform a computation on a background thread. The specified parameters are the parameters passed to {@link #execute} by the ca
library/src/com/android/volley/misc/AsyncTask.java:375
↓ 1 callers
Method
doParse
The real guts of parseNetworkResponse. Broken out for readability.
library/src/com/android/volley/request/ImageRequest.java:458
↓ 1 callers
Method
doResourceParse
The real guts of parseNetworkResponse. Broken out for readability. This version is for reading a Bitmap from resource
library/src/com/android/volley/request/ImageRequest.java:399
↓ 1 callers
Method
doVideoFileParse
The real guts of parseNetworkResponse. Broken out for readability. This version is for reading a Bitmap from Video
library/src/com/android/volley/request/ImageRequest.java:205
↓ 1 callers
Method
enableImageTransforms
Enable or disable image transformations. When transformations are enabled, this view consumes all touch events.
library/src/com/android/volley/ui/PhotoView.java:786
↓ 1 callers
Method
entityFromConnection
Initializes an {@link HttpEntity} from the given {@link HttpURLConnection}. @param connection @return an HttpEntity populated with data from <code>con
library/src/com/android/volley/toolbox/HurlStack.java:178
↓ 1 callers
Method
entityToBytes
Reads the contents of HttpEntity into a byte[].
library/src/com/android/volley/toolbox/BasicNetwork.java:237
↓ 1 callers
Method
executeOnExecutor
Executes the task with the specified parameters. The task returns itself (this) so that the caller can keep a reference to it. <p>This method is typi
library/src/com/android/volley/misc/AsyncTask.java:594
↓ 1 callers
Method
fetchTrustManager
(InputStream keyStore, String keyStorePassword)
sample/src/com/volley/demo/misc/SsX509TrustManager.java:57
↓ 1 callers
Method
fill
Attempt to fill the internal buffer fully. The buffer will be modified such that the requested index will always be in the buffer. If the index is les
library/src/com/android/volley/misc/InputStreamBuffer.java:263
↓ 1 callers
Method
findDefaultTrafficStatsTag
@return The hashcode of the URL's host component, or 0 if there is none.
library/src/com/android/volley/Request.java:215
↓ 1 callers
Method
finish
Closes the log, dumping it to logcat if the time difference between the first and last markers is greater than {@link #MIN_DURATION_FOR_LOGGING_MS}. @
library/src/com/android/volley/VolleyLog.java:141
↓ 1 callers
Method
finish
(Result result)
library/src/com/android/volley/misc/AsyncTask.java:653
↓ 1 callers
Method
generateBoundary
()
library/src/com/android/volley/toolbox/multipart/Boundary.java:49
↓ 1 callers
Method
generateHeader
(Boundary boundary)
library/src/com/android/volley/toolbox/multipart/BasePart.java:33
↓ 1 callers
Method
generateMatrix
Generates the initial transformation matrix for drawing. Additionally, it sets the minimum and maximum scale values.
library/src/com/android/volley/ui/PhotoView.java:835
↓ 1 callers
Method
generateScale
()
library/src/com/android/volley/ui/PhotoView.java:869
↓ 1 callers
Method
get
Returns the cache entry with the specified key if it exists, null otherwise.
library/src/com/android/volley/cache/DiskBasedCache.java:109
↓ 1 callers
Method
get
(String data)
library/src/com/android/volley/cache/DiskLruBasedCache.java:347
↓ 1 callers
Method
get
Waits if necessary for the computation to complete, and then retrieves its result. @return The computed result. @throws CancellationException If the
library/src/com/android/volley/misc/AsyncTask.java:505
↓ 1 callers
Method
get
Returns the cache entry with the specified key if it exists, null otherwise.
library/src/com/android/volley/error/DiskBasedCache.java:120
↓ 1 callers
Method
getAuthToken
Synchronously retrieves an auth token. @throws AuthFailureError If authentication did not succeed
library/src/com/android/volley/toolbox/Authenticator.java:30
↓ 1 callers
Method
getBitmapFromMemCache
Get from memory cache. @param data Unique identifier for which item to get @return The bitmap if found in cache, null otherwise
library/src/com/android/volley/cache/BitmapImageCache.java:153
↓ 1 callers
Method
getBitmapFromMemCache
Get from memory cache. @param data Unique identifier for which item to get @return The bitmap if found in cache, null otherwise
library/src/com/android/volley/cache/BitmapCache.java:140
↓ 1 callers
Method
getBitmapSize
Get the size in bytes of a bitmap.
library/src/com/android/volley/cache/BitmapImageCache.java:202
↓ 1 callers
Method
getBitmapSize
Get the size in bytes of a bitmap.
library/src/com/android/volley/cache/BitmapCache.java:189
↓ 1 callers
Method
getBody
Returns the raw POST or PUT body to be sent. <p>By default, the body consists of the request parameters in application/x-www-form-urlencoded format.
library/src/com/android/volley/Request.java:513
↓ 1 callers
Method
getBoundry
Get the boundry
library/src/com/android/volley/request/MultiPartRequest.java:137
↓ 1 callers
Method
getClazz
()
library/src/com/android/volley/request/GsonRequest.java:79
↓ 1 callers
Method
getContentDisposition
()
library/src/com/android/volley/toolbox/multipart/BasePart.java:17
↓ 1 callers
Method
getContentLengthForMultipartRequest
(String boundary, Map<String, MultiPartParam> multipartParams, Map<String, String> filesToUpload)
library/src/com/android/volley/misc/MultipartUtils.java:41
↓ 1 callers
Method
getContentResolver
()
library/src/com/android/volley/toolbox/ImageLoader.java:647
↓ 1 callers
Method
getCurrentRetryCount
Returns the current retry count (used for logging).
library/src/com/android/volley/RetryPolicy.java:34
↓ 1 callers
Method
getCurrentTimeout
Returns the current timeout (used for logging).
library/src/com/android/volley/RetryPolicy.java:29
↓ 1 callers
Method
getDefaultOptions
()
library/src/com/android/volley/request/ImageRequest.java:514
↓ 1 callers
Method
getDiskCacheDir
(Context context, String uniqueName)
library/src/com/android/volley/cache/DiskLruImageCache.java:57
↓ 1 callers
Method
getEncodedUrlParams
()
library/src/com/android/volley/Request.java:542
↓ 1 callers
Method
getFileForKey
Returns a file object for the given cache key.
library/src/com/android/volley/cache/DiskLruBasedCache.java:343
↓ 1 callers
Method
getHeaders
Returns a list of extra HTTP headers to go along with this request. Can throw {@link AuthFailureError} as authentication may be required to provide th
library/src/com/android/volley/Request.java:382
↓ 1 callers
Method
getImageBounds
Gets the image bounds @param factory Used to create the InputStream. @return The image bounds
library/src/com/android/volley/misc/ImageUtils.java:314
↓ 1 callers
Method
getImageFetcher
Called by the ViewPager child fragments to load images via the one ImageFetcher
sample/src/com/volley/demo/ImageDetailActivity.java:166
↓ 1 callers
Method
getItemId
(int position)
sample/src/com/volley/demo/SimpleCacheFragment.java:247
↓ 1 callers
Method
getMaxImageHeight
()
library/src/com/android/volley/cache/SimpleImageLoader.java:229
↓ 1 callers
Method
getMaxImageWidth
()
library/src/com/android/volley/cache/SimpleImageLoader.java:225
↓ 1 callers
Method
getMessage
@param error @param context @return Returns appropriate message which is to be displayed to the user against the specified error object.
library/src/com/android/volley/error/VolleyErrorHelper.java:24
↓ 1 callers
Method
getMethod
Return the method for this request. Can be one of the values in {@link Method}.
library/src/com/android/volley/Request.java:175
↓ 1 callers
Method
getObject
Get the stored object. @return The stored object
library/src/com/android/volley/cache/BitmapImageCache.java:334
↓ 1 callers
Method
getObject
Get the stored object. @return The stored object
library/src/com/android/volley/cache/BitmapCache.java:285
↓ 1 callers
Method
getOrientation
Returns the degrees in clockwise. Values are 0, 90, 180, or 270. @param inputStream The input stream will not be closed for you. @param byteSize Recom
library/src/com/android/volley/misc/Exif.java:37
↓ 1 callers
Method
getParams
()
library/src/com/android/volley/request/GsonRequest.java:67
↓ 1 callers
Method
getParams
()
sample/src/com/volley/demo/ExampleParams.java:99
↓ 1 callers
Method
getPostBody
Returns the raw POST body to be sent. @throws AuthFailureError In the event of auth failure @deprecated Use {@link #getBody()} instead.
library/src/com/android/volley/Request.java:446
↓ 1 callers
Method
getPostBodyContentType
@deprecated Use {@link #getBodyContentType()} instead.
library/src/com/android/volley/Request.java:434
↓ 1 callers
Method
getPostParams
Returns a Map of POST parameters to be used for this request, or null if a simple GET should be used. Can throw {@link AuthFailureError} as authentic
library/src/com/android/volley/Request.java:407
↓ 1 callers
Method
getPostParamsEncoding
Returns which encoding should be used when converting POST parameters returned by {@link #getPostParams()} into a raw POST body. <p>This controls bot
library/src/com/android/volley/Request.java:426
↓ 1 callers
Method
getResult
(NetworkResponse response)
library/src/com/android/volley/request/GsonRequest.java:97
↓ 1 callers
Method
getRetainFragment
Locate an existing instance of this Fragment or if not found, create and add it using FragmentManager. @param fm The FragmentManager manager to use.
library/src/com/android/volley/cache/BitmapImageCache.java:257
↓ 1 callers
Method
getRetainFragment
Locate an existing instance of this Fragment or if not found, create and add it using FragmentManager. @param fm The FragmentManager manager to use.
library/src/com/android/volley/cache/BitmapCache.java:208
↓ 1 callers
Method
getRotationDegree
Get Rotation of the image.
library/src/com/android/volley/ui/PhotoView.java:662
↓ 1 callers
Method
getSampleAdapter
()
sample/src/com/volley/demo/MainActivity.java:59
↓ 1 callers
Method
getSequenceNumber
Gets a sequence number.
library/src/com/android/volley/RequestQueue.java:174
↓ 1 callers
Method
getStartingBoundary
()
library/src/com/android/volley/toolbox/multipart/Boundary.java:41
↓ 1 callers
Method
getTitle
()
sample/src/com/volley/demo/util/ImageEntry.java:38
↓ 1 callers
Method
getTotalDuration
Returns the time difference between the first and last events in this log.
library/src/com/android/volley/VolleyLog.java:169
↓ 1 callers
Method
getUsableSpace
Check how much usable space is available at a given path. @param path The path to check @return The space available in bytes
library/src/com/android/volley/misc/Utils.java:139
↓ 1 callers
Method
handleServerError
Handles the server error, tries to determine whether to show a stock message or to show a message retrieved from the server. @param err @param contex
library/src/com/android/volley/error/VolleyErrorHelper.java:86
↓ 1 callers
Method
hasAttemptRemaining
Returns true if this policy has attempts remaining, false otherwise.
library/src/com/android/volley/DefaultRetryPolicy.java:104
↓ 1 callers
Method
hasGingerbread
()
sample/src/com/volley/demo/util/Utils.java:61
↓ 1 callers
Method
hasGingerbreadMR1
()
library/src/com/android/volley/misc/Utils.java:108
↓ 1 callers
Method
hasJellyBean
()
library/src/com/android/volley/misc/Utils.java:120
↓ 1 callers
Method
hasKitKat
()
library/src/com/android/volley/misc/Utils.java:128
↓ 1 callers
Method
hasMoreHeap
()
library/src/com/android/volley/Volley.java:258
↓ 1 callers
Method
hasResponseBody
Checks if a response message contains a body. @see <a href="https://tools.ietf.org/html/rfc7230#section-3.3">RFC 7230 section 3.3</a> @param requestMe
library/src/com/android/volley/toolbox/HurlStack.java:166
↓ 1 callers
Method
init
Initialize the cache.
library/src/com/android/volley/cache/BitmapImageCache.java:106
↓ 1 callers
Method
init
Initialize the cache.
library/src/com/android/volley/cache/BitmapCache.java:99
↓ 1 callers
Method
init
()
sample/src/com/volley/demo/VolleyExamplesApplication.java:37
↓ 1 callers
Method
initInterstitialAd
()
sample/src/com/volley/demo/util/AdWrapper.java:44
↓ 1 callers
Method
invalidateAuthToken
Invalidates the provided auth token.
library/src/com/android/volley/toolbox/Authenticator.java:35
↓ 1 callers
Method
isCanceled
()
library/src/com/android/volley/request/ClearCacheRequest.java:46
↓ 1 callers
Method
isExternalMounted
()
library/src/com/android/volley/misc/Utils.java:202
↓ 1 callers
Method
isFixedStreamingMode
()
library/src/com/android/volley/request/MultiPartRequest.java:119
↓ 1 callers
Method
isNetworkProblem
Determines whether the error is related to network @param error @return
library/src/com/android/volley/error/VolleyErrorHelper.java:64
↓ 1 callers
Method
isServerProblem
Determines whether the error is related to server @param error @return
library/src/com/android/volley/error/VolleyErrorHelper.java:74
← previous
next →
301–400 of 990, ranked by callers