public class NetworkOperator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_BACKGRUOND |
static int |
TYPE_UI_CONTENT |
static int |
TYPE_URGENT |
static int |
TYPE_USER_ACTION |
| Modifier and Type | Method and Description |
|---|---|
static NetworkOperator |
getInstance() |
void |
post(NetworkOperation operation)
It is safe to call this method from any Thread.
|
public static final int TYPE_URGENT
public static final int TYPE_UI_CONTENT
public static final int TYPE_USER_ACTION
public static final int TYPE_BACKGRUOND
public static NetworkOperator getInstance()
public void post(NetworkOperation operation)
operation -