public class NativeXVolley extends Object
Modifier and Type | Class and Description |
---|---|
class |
NativeXVolley.DiskBitmapCache |
Modifier and Type | Field and Description |
---|---|
private static NativeXVolley |
instance |
private static NativeXVolley.DiskBitmapCache |
mDiskCache |
private static com.android.volley.toolbox.ImageLoader |
mImageLoader |
private static com.android.volley.RequestQueue |
mRequestQueue |
private static com.android.volley.RequestQueue |
mSSLRequestQueue |
Modifier | Constructor and Description |
---|---|
protected |
NativeXVolley() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
convertBitmapToBytes(Bitmap bitmap) |
NativeXVolley.DiskBitmapCache |
getImageCache() |
com.android.volley.toolbox.ImageLoader |
getImageLoader() |
static NativeXVolley |
getInstance() |
com.android.volley.RequestQueue |
getRequestQueue() |
com.android.volley.RequestQueue |
getSSLRequestQueue() |
static void |
release() |
static void |
setMockNativeXVolley(NativeXVolley object) |
static void |
setRequestQueue(com.android.volley.RequestQueue queue) |
private static com.android.volley.RequestQueue mRequestQueue
private static com.android.volley.RequestQueue mSSLRequestQueue
private static com.android.volley.toolbox.ImageLoader mImageLoader
private static NativeXVolley.DiskBitmapCache mDiskCache
private static NativeXVolley instance
public static NativeXVolley getInstance()
public static void setMockNativeXVolley(NativeXVolley object)
public static void setRequestQueue(com.android.volley.RequestQueue queue)
public com.android.volley.RequestQueue getRequestQueue()
public com.android.volley.RequestQueue getSSLRequestQueue()
public com.android.volley.toolbox.ImageLoader getImageLoader()
public NativeXVolley.DiskBitmapCache getImageCache()
public static void release()
public static byte[] convertBitmapToBytes(Bitmap bitmap)