InputStreamVolleyRequest

class InputStreamVolleyRequest(post: Int, url: String, listener: Response.Listener<ByteArray>, errorListener: Response.ErrorListener, params: Map<String, String>, requestHeaders: Map<String, String>) : Request<ByteArray>

Constructors

Link copied to clipboard
fun InputStreamVolleyRequest(post: Int, url: String, listener: Response.Listener<ByteArray>, errorListener: Response.ErrorListener, params: Map<String, String>, requestHeaders: Map<String, String>)

Functions

Link copied to clipboard
open fun addMarker(p0: String)
Link copied to clipboard
open fun cancel()
Link copied to clipboard
open operator override fun compareTo(other: Request<ByteArray>): Int
Link copied to clipboard
open fun deliverError(p0: VolleyError)
Link copied to clipboard
open fun getBody(): ByteArray
Link copied to clipboard
Link copied to clipboard
open fun getCacheEntry(): Cache.Entry?
Link copied to clipboard
open fun getCacheKey(): String
Link copied to clipboard
open fun getErrorListener(): Response.ErrorListener?
Link copied to clipboard
open override fun getHeaders(): Map<String, String>
Link copied to clipboard
open fun getMethod(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getPriority(): Request.Priority
Link copied to clipboard
open fun getRetryPolicy(): RetryPolicy
Link copied to clipboard
Link copied to clipboard
open fun getTag(): Any
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getUrl(): String
Link copied to clipboard
Link copied to clipboard
open fun isCanceled(): Boolean
Link copied to clipboard
open fun markDelivered()
Link copied to clipboard
open fun setCacheEntry(p0: Cache.Entry): Request<*>
Link copied to clipboard
open fun setRequestQueue(p0: RequestQueue): Request<*>
Link copied to clipboard
open fun setRetryPolicy(p0: RetryPolicy): Request<*>
Link copied to clipboard
fun setSequence(p0: Int): Request<*>
Link copied to clipboard
fun setShouldCache(p0: Boolean): Request<*>
Link copied to clipboard
Link copied to clipboard
fun setShouldRetryServerErrors(p0: Boolean): Request<*>
Link copied to clipboard
open fun setTag(p0: Any): Request<*>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard

Extensions

Link copied to clipboard
fun Request<*>.addToRequestQueue(context: Context): Request<*>

Adds the request to the VolleySingleton request queue.