public class Operation<T> extends Request.Manager<T>
| 限定符和类型 | 字段和说明 |
|---|---|
ComposedOperation |
composed |
int |
nth |
| 构造器和说明 |
|---|
Operation(int nth,
ComposedOperation composed)
Operation
|
public int nth
public ComposedOperation composed
public Operation(int nth,
ComposedOperation composed)
nth - nthcomposed - composedpublic void beforeRequest(Request r)
beforeRequest 在类中 Request.Manager<T>public boolean retryOnUnsuccessful(Response r)
retryOnUnsuccessful 在类中 Request.Manager<T>public void cb(Response response, T t) throws org.json.JSONException
cb 在类中 Request.Manager<T>org.json.JSONExceptionCopyright © 2021. All rights reserved.