| Package | Description |
|---|---|
| org.jboss.aerogear.android | |
| org.jboss.aerogear.android.impl.pipeline | |
| org.jboss.aerogear.android.impl.pipeline.paging | |
| org.jboss.aerogear.android.pipeline |
| Modifier and Type | Method and Description |
|---|---|
Pipe |
Pipeline.get(String name)
Look up for a pipe object.
|
Pipe |
Pipeline.pipe(Class klass) |
Pipe |
Pipeline.pipe(Class klass,
PipeConfig config) |
Pipe |
Pipeline.remove(String name)
Removes a pipe from the Pipeline object
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestAdapter<T>
Rest implementation of
Pipe. |
| Modifier and Type | Method and Description |
|---|---|
<T> Pipe<T> |
DefaultPipeFactory.createPipe(Class<T> klass,
PipeConfig config) |
| Constructor and Description |
|---|
WrappingPagedList(Pipe<T> pipe,
List<T> data,
ReadFilter nextFilter,
ReadFilter previousFilter) |
| Modifier and Type | Method and Description |
|---|---|
<T> Pipe<T> |
PipeFactory.createPipe(Class<T> klass,
PipeConfig config) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.