Deprecated. since 3.0, Use com.sap.mobile.lib.request.IConnectionHandler Interface for connection handler implementations.
All members of ISDMConnectionHandler, including inherited members.
VariablesModifier and Type | Variable | Description |
---|---|---|
public static final int | AUTHENTICATION_ERROR | |
public static final int | BAD_COVERAGE | |
public static final String | CRLF | |
public static final int | ERROR | |
public static final int | FAILED_LOGIN | |
public static final int | FAILED_LOGOUT | |
public static final int | FAILURE | |
public static final int | LOG | |
public static final int | NO_ERROR | |
public static final int | RETRY | |
public static final int | SUCCESS | |
public static final int | TIMEOUT |
Modifier and Type | Method | Description |
---|---|---|
public abstract boolean | isSuccessful() | Do we have error? |
public abstract int | makeHttpRequest() | Make the request. |
public abstract void | processRequestsFromQueue() | Pick a request/bundle from the queue and process it/them. |
public abstract void | setCleanupRequestsOnError(boolean) | Sets whether the thread should clean up the request queue in case of errors. |
public abstract void | terminate() | Close the thread. |