public class

RawRequest

extends Request<T>
java.lang.Object
   ↳ com.android.volley.Request<T>
     ↳ com.facebook.imagepipeline.backends.volley.RawRequest

Class Overview

A Volley request that will return the raw content as a byte array and does not use Volley's cache.

Summary

Public Constructors
RawRequest(String url, Listener<byte[]> listener, Response.ErrorListener errorListener)
Protected Methods
void deliverResponse(byte[] bytes)
Response<byte[]> parseNetworkResponse(NetworkResponse response)
[Expand]
Inherited Methods
From class com.android.volley.Request
From class java.lang.Object
From interface java.lang.Comparable

Public Constructors

public RawRequest (String url, Listener<byte[]> listener, Response.ErrorListener errorListener)

Protected Methods

protected void deliverResponse (byte[] bytes)

protected Response<byte[]> parseNetworkResponse (NetworkResponse response)