private class ExecutorDelivery.ResponseDeliveryRunnable
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private Request |
mRequest |
private Response |
mResponse |
private java.lang.Runnable |
mRunnable |
Constructor and Description |
---|
ResponseDeliveryRunnable(Request request,
Response response,
java.lang.Runnable runnable) |
Modifier and Type | Method and Description |
---|---|
void |
run() |