| Package | Description |
|---|---|
| org.jboss.aerogear.android.pipe | |
| org.jboss.aerogear.android.pipe.loader | |
| org.jboss.aerogear.android.pipe.rest |
| Modifier and Type | Method and Description |
|---|---|
PipeHandler<T> |
Pipe.getHandler()
Returns the instance which is responsible for handling read, save, and remove.
|
| Modifier and Type | Method and Description |
|---|---|
PipeHandler<T> |
LoaderAdapter.getHandler() |
| Constructor and Description |
|---|
ReadLoader(android.content.Context context,
org.jboss.aerogear.android.core.Callback<List<T>> callback,
PipeHandler<T> runner,
org.jboss.aerogear.android.core.ReadFilter filter,
Pipe<T> pipe) |
RemoveLoader(android.content.Context context,
org.jboss.aerogear.android.core.Callback<T> callback,
PipeHandler<T> runner,
String id) |
SaveLoader(android.content.Context context,
org.jboss.aerogear.android.core.Callback<T> callback,
PipeHandler<T> runner,
byte[] data,
String id) |
| Modifier and Type | Class and Description |
|---|---|
class |
RestRunner<T> |
| Modifier and Type | Method and Description |
|---|---|
PipeHandler<T> |
RestAdapter.getHandler() |
PipeHandler |
RestfulPipeConfiguration.getPipeHandler() |
| Modifier and Type | Method and Description |
|---|---|
RestfulPipeConfiguration |
RestfulPipeConfiguration.pipeHandler(PipeHandler handler) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.