MCPcopy Create free account

hub / github.com/DWorkS/VolleyPlus / functions

Functions990 in github.com/DWorkS/VolleyPlus

↓ 1 callersMethodcreateMyReqErrorListener
()
sample/src/com/volley/demo/ExampleNetworkListView.java:136
↓ 1 callersMethodcreateMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleNewHttpClient.java:77
↓ 1 callersMethodcreateMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleGsonRequest.java:68
↓ 1 callersMethodcreateMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleCookies.java:108
↓ 1 callersMethodcreateMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleSsSslHttpClient.java:80
↓ 1 callersMethodcreateMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleSimpleRequest.java:66
↓ 1 callersMethodcreateMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleJsonRequest.java:70
↓ 1 callersMethodcreateMyReqSuccessListener
()
sample/src/com/volley/demo/ExampleNetworkListView.java:104
↓ 1 callersMethodcreateOutputStream
(File file)
library/src/com/android/volley/cache/DiskBasedCache.java:336
↓ 1 callersMethodcreateOutputStream
(File file)
library/src/com/android/volley/error/DiskBasedCache.java:347
↓ 1 callersMethoddecodeSampledBitmapFromDescriptor
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 callersMethoddeleteContents
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 callersMethoddeliverError
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 callersMethoddeliverResponse
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 callersMethoddeliverResult
(T data)
library/src/com/android/volley/AsyncRequestLoader.java:58
↓ 1 callersMethoddoContentParse
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 callersMethoddoFileParse
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 callersMethoddoInBackground
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 callersMethoddoParse
The real guts of parseNetworkResponse. Broken out for readability.
library/src/com/android/volley/request/ImageRequest.java:458
↓ 1 callersMethoddoResourceParse
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 callersMethoddoVideoFileParse
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 callersMethodenableImageTransforms
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 callersMethodentityFromConnection
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 callersMethodentityToBytes
Reads the contents of HttpEntity into a byte[].
library/src/com/android/volley/toolbox/BasicNetwork.java:237
↓ 1 callersMethodexecuteOnExecutor
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 callersMethodfetchTrustManager
(InputStream keyStore, String keyStorePassword)
sample/src/com/volley/demo/misc/SsX509TrustManager.java:57
↓ 1 callersMethodfill
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 callersMethodfindDefaultTrafficStatsTag
@return The hashcode of the URL's host component, or 0 if there is none.
library/src/com/android/volley/Request.java:215
↓ 1 callersMethodfinish
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 callersMethodfinish
(Result result)
library/src/com/android/volley/misc/AsyncTask.java:653
↓ 1 callersMethodgenerateBoundary
()
library/src/com/android/volley/toolbox/multipart/Boundary.java:49
↓ 1 callersMethodgenerateHeader
(Boundary boundary)
library/src/com/android/volley/toolbox/multipart/BasePart.java:33
↓ 1 callersMethodgenerateMatrix
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 callersMethodgenerateScale
()
library/src/com/android/volley/ui/PhotoView.java:869
↓ 1 callersMethodget
Returns the cache entry with the specified key if it exists, null otherwise.
library/src/com/android/volley/cache/DiskBasedCache.java:109
↓ 1 callersMethodget
(String data)
library/src/com/android/volley/cache/DiskLruBasedCache.java:347
↓ 1 callersMethodget
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 callersMethodget
Returns the cache entry with the specified key if it exists, null otherwise.
library/src/com/android/volley/error/DiskBasedCache.java:120
↓ 1 callersMethodgetAuthToken
Synchronously retrieves an auth token. @throws AuthFailureError If authentication did not succeed
library/src/com/android/volley/toolbox/Authenticator.java:30
↓ 1 callersMethodgetBitmapFromMemCache
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 callersMethodgetBitmapFromMemCache
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 callersMethodgetBitmapSize
Get the size in bytes of a bitmap.
library/src/com/android/volley/cache/BitmapImageCache.java:202
↓ 1 callersMethodgetBitmapSize
Get the size in bytes of a bitmap.
library/src/com/android/volley/cache/BitmapCache.java:189
↓ 1 callersMethodgetBody
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 callersMethodgetBoundry
Get the boundry
library/src/com/android/volley/request/MultiPartRequest.java:137
↓ 1 callersMethodgetClazz
()
library/src/com/android/volley/request/GsonRequest.java:79
↓ 1 callersMethodgetContentDisposition
()
library/src/com/android/volley/toolbox/multipart/BasePart.java:17
↓ 1 callersMethodgetContentLengthForMultipartRequest
(String boundary, Map<String, MultiPartParam> multipartParams, Map<String, String> filesToUpload)
library/src/com/android/volley/misc/MultipartUtils.java:41
↓ 1 callersMethodgetContentResolver
()
library/src/com/android/volley/toolbox/ImageLoader.java:647
↓ 1 callersMethodgetCurrentRetryCount
Returns the current retry count (used for logging).
library/src/com/android/volley/RetryPolicy.java:34
↓ 1 callersMethodgetCurrentTimeout
Returns the current timeout (used for logging).
library/src/com/android/volley/RetryPolicy.java:29
↓ 1 callersMethodgetDefaultOptions
()
library/src/com/android/volley/request/ImageRequest.java:514
↓ 1 callersMethodgetDiskCacheDir
(Context context, String uniqueName)
library/src/com/android/volley/cache/DiskLruImageCache.java:57
↓ 1 callersMethodgetEncodedUrlParams
()
library/src/com/android/volley/Request.java:542
↓ 1 callersMethodgetFileForKey
Returns a file object for the given cache key.
library/src/com/android/volley/cache/DiskLruBasedCache.java:343
↓ 1 callersMethodgetHeaders
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 callersMethodgetImageBounds
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 callersMethodgetImageFetcher
Called by the ViewPager child fragments to load images via the one ImageFetcher
sample/src/com/volley/demo/ImageDetailActivity.java:166
↓ 1 callersMethodgetItemId
(int position)
sample/src/com/volley/demo/SimpleCacheFragment.java:247
↓ 1 callersMethodgetMaxImageHeight
()
library/src/com/android/volley/cache/SimpleImageLoader.java:229
↓ 1 callersMethodgetMaxImageWidth
()
library/src/com/android/volley/cache/SimpleImageLoader.java:225
↓ 1 callersMethodgetMessage
@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 callersMethodgetMethod
Return the method for this request. Can be one of the values in {@link Method}.
library/src/com/android/volley/Request.java:175
↓ 1 callersMethodgetObject
Get the stored object. @return The stored object
library/src/com/android/volley/cache/BitmapImageCache.java:334
↓ 1 callersMethodgetObject
Get the stored object. @return The stored object
library/src/com/android/volley/cache/BitmapCache.java:285
↓ 1 callersMethodgetOrientation
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 callersMethodgetParams
()
library/src/com/android/volley/request/GsonRequest.java:67
↓ 1 callersMethodgetParams
()
sample/src/com/volley/demo/ExampleParams.java:99
↓ 1 callersMethodgetPostBody
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 callersMethodgetPostBodyContentType
@deprecated Use {@link #getBodyContentType()} instead.
library/src/com/android/volley/Request.java:434
↓ 1 callersMethodgetPostParams
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 callersMethodgetPostParamsEncoding
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 callersMethodgetResult
(NetworkResponse response)
library/src/com/android/volley/request/GsonRequest.java:97
↓ 1 callersMethodgetRetainFragment
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 callersMethodgetRetainFragment
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 callersMethodgetRotationDegree
Get Rotation of the image.
library/src/com/android/volley/ui/PhotoView.java:662
↓ 1 callersMethodgetSampleAdapter
()
sample/src/com/volley/demo/MainActivity.java:59
↓ 1 callersMethodgetSequenceNumber
Gets a sequence number.
library/src/com/android/volley/RequestQueue.java:174
↓ 1 callersMethodgetStartingBoundary
()
library/src/com/android/volley/toolbox/multipart/Boundary.java:41
↓ 1 callersMethodgetTitle
()
sample/src/com/volley/demo/util/ImageEntry.java:38
↓ 1 callersMethodgetTotalDuration
Returns the time difference between the first and last events in this log.
library/src/com/android/volley/VolleyLog.java:169
↓ 1 callersMethodgetUsableSpace
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 callersMethodhandleServerError
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 callersMethodhasAttemptRemaining
Returns true if this policy has attempts remaining, false otherwise.
library/src/com/android/volley/DefaultRetryPolicy.java:104
↓ 1 callersMethodhasGingerbread
()
sample/src/com/volley/demo/util/Utils.java:61
↓ 1 callersMethodhasGingerbreadMR1
()
library/src/com/android/volley/misc/Utils.java:108
↓ 1 callersMethodhasJellyBean
()
library/src/com/android/volley/misc/Utils.java:120
↓ 1 callersMethodhasKitKat
()
library/src/com/android/volley/misc/Utils.java:128
↓ 1 callersMethodhasMoreHeap
()
library/src/com/android/volley/Volley.java:258
↓ 1 callersMethodhasResponseBody
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 callersMethodinit
Initialize the cache.
library/src/com/android/volley/cache/BitmapImageCache.java:106
↓ 1 callersMethodinit
Initialize the cache.
library/src/com/android/volley/cache/BitmapCache.java:99
↓ 1 callersMethodinit
()
sample/src/com/volley/demo/VolleyExamplesApplication.java:37
↓ 1 callersMethodinitInterstitialAd
()
sample/src/com/volley/demo/util/AdWrapper.java:44
↓ 1 callersMethodinvalidateAuthToken
Invalidates the provided auth token.
library/src/com/android/volley/toolbox/Authenticator.java:35
↓ 1 callersMethodisCanceled
()
library/src/com/android/volley/request/ClearCacheRequest.java:46
↓ 1 callersMethodisExternalMounted
()
library/src/com/android/volley/misc/Utils.java:202
↓ 1 callersMethodisFixedStreamingMode
()
library/src/com/android/volley/request/MultiPartRequest.java:119
↓ 1 callersMethodisNetworkProblem
Determines whether the error is related to network @param error @return
library/src/com/android/volley/error/VolleyErrorHelper.java:64
↓ 1 callersMethodisServerProblem
Determines whether the error is related to server @param error @return
library/src/com/android/volley/error/VolleyErrorHelper.java:74
← previousnext →301–400 of 990, ranked by callers