Package com.pubmatic.sdk.common.network
Class POBVolley
-
-
Constructor Summary
Constructors Constructor Description POBVolley()
-
Method Summary
Modifier and Type Method Description static POBRequestQueuenewRequestQueue(@NonNull() Network network)Method is to create new request of volley static POBRequestQueuenewRequestQueueWithBackgroundThreadDelivery()Method is to create new request of volley to deliver response on background thread. -
-
Method Detail
-
newRequestQueue
static POBRequestQueue newRequestQueue(@NonNull() Network network)
Method is to create new request of volley
- Parameters:
network- of type volley Network- Returns:
value of POBRequestQueue
-
newRequestQueueWithBackgroundThreadDelivery
static POBRequestQueue newRequestQueueWithBackgroundThreadDelivery()
Method is to create new request of volley to deliver response on background thread.
- Returns:
Instance of POBRequestQueue
-
-
-
-