类分层结构
- java.lang.Object
- com.android.volley.Cache.Entry
- com.android.volley.DefaultRetryPolicy (implements com.android.volley.RetryPolicy)
- com.android.volley.ExecutorDelivery (implements com.android.volley.ResponseDelivery)
- com.android.volley.NetworkResponse
- com.android.volley.Request<T> (implements java.lang.Comparable<T>)
- com.android.volley.RequestQueue
- com.android.volley.Response<T>
- java.lang.Thread (implements java.lang.Runnable)
- com.android.volley.CacheDispatcher
- com.android.volley.NetworkDispatcher
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- com.android.volley.VolleyError
- com.android.volley.AuthFailureError
- com.android.volley.NetworkError
- com.android.volley.NoConnectionError
- com.android.volley.ParseError
- com.android.volley.ServerError
- com.android.volley.TimeoutError
- com.android.volley.VolleyError
- java.lang.Exception
- com.android.volley.VolleyLog
接口分层结构
- com.android.volley.Cache
- com.android.volley.Network
- com.android.volley.Request.Method
- com.android.volley.RequestQueue.RequestFilter
- com.android.volley.RequestQueue.RequestFinishedListener<T>
- com.android.volley.Response.ErrorListener
- com.android.volley.Response.Listener<T>
- com.android.volley.ResponseDelivery
- com.android.volley.RetryPolicy
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.android.volley.Request.Priority
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)