| Package | Description |
|---|---|
| com.facebook | |
| com.facebook.internal |
com.facebook.internal is solely for the use of other packages within the Facebook SDK for Android.
|
| Modifier and Type | Method and Description |
|---|---|
protected RequestBatch |
RequestAsyncTask.getRequests() |
| Modifier and Type | Method and Description |
|---|---|
static List<Response> |
Request.executeBatchAndWait(RequestBatch requests)
Executes requests on the current thread as a single batch and returns the responses.
|
static RequestAsyncTask |
Request.executeBatchAsync(RequestBatch requests)
Executes requests as a single batch asynchronously.
|
static List<Response> |
Request.executeConnectionAndWait(HttpURLConnection connection,
RequestBatch requests)
Executes requests that have already been serialized into an HttpURLConnection.
|
static RequestAsyncTask |
Request.executeConnectionAsync(android.os.Handler callbackHandler,
HttpURLConnection connection,
RequestBatch requests)
Asynchronously executes requests that have already been serialized into an HttpURLConnection.
|
static RequestAsyncTask |
Request.executeConnectionAsync(HttpURLConnection connection,
RequestBatch requests)
Asynchronously executes requests that have already been serialized into an HttpURLConnection.
|
void |
RequestBatch.Callback.onBatchCompleted(RequestBatch batch)
The method that will be called when a batch completes.
|
static HttpURLConnection |
Request.toHttpConnection(RequestBatch requests)
Serializes one or more requests but does not execute them.
|
| Constructor and Description |
|---|
RequestAsyncTask(HttpURLConnection connection,
RequestBatch requests)
Constructor that allows specification of an HTTP connection to use for executing
the requests.
|
RequestAsyncTask(RequestBatch requests)
Constructor.
|
RequestBatch(RequestBatch requests)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheableRequestBatch
com.facebook.internal is solely for the use of other packages within the Facebook SDK for Android.
|
Copyright © 2013. All Rights Reserved.