public abstract class RxRequest<T> extends
| Constructor and Description |
|---|
RxRequest(int method,
java.lang.String url) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMarker(java.lang.String tag) |
void |
deliverError(JusError error) |
protected void |
deliverResponse(T response) |
void |
finish(java.lang.String tag) |
|
getRequestSubject() |
publicgetRequestSubject()
protected void deliverResponse(T response)
public void addMarker(java.lang.String tag)
public void deliverError(JusError error)
public void finish(java.lang.String tag)