public abstract static class Request.Manager<T> extends Object
Manager()
void
beforeRequest(Request r)
abstract void
cb(Response response, T t)
boolean
retryOnUnsuccessful(Response r)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Manager()
public abstract void cb(Response response, T t) throws org.json.JSONException
org.json.JSONException
public boolean retryOnUnsuccessful(Response r)
public void beforeRequest(Request r)
Copyright © 2021. All rights reserved.