| Package | Description |
|---|---|
| org.jboss.aerogear.android.pipe | |
| org.jboss.aerogear.android.pipe.paging | |
| org.jboss.aerogear.android.pipe.rest |
| Modifier and Type | Method and Description |
|---|---|
abstract CONFIGURATION |
PipeConfiguration.pageConfig(PageConfig pageConfig)
Paging is controlled and managed by the pageConfig objects
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PageParameterExtractor<T extends PageConfig>
Classes which implement this interface are responsible for consuming a response from a server and extracting paging information (if any).
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.aerogear.android.core.ReadFilter |
URIBodyPageParser.getNextFilter(HeaderAndBody result,
PageConfig config) |
org.jboss.aerogear.android.core.ReadFilter |
URIPageHeaderParser.getNextFilter(HeaderAndBody result,
PageConfig config) |
org.jboss.aerogear.android.core.ReadFilter |
URIBodyPageParser.getPreviousFilter(HeaderAndBody result,
PageConfig config) |
org.jboss.aerogear.android.core.ReadFilter |
URIPageHeaderParser.getPreviousFilter(HeaderAndBody result,
PageConfig config) |
| Modifier and Type | Method and Description |
|---|---|
PageConfig |
RestfulPipeConfiguration.getPageConfig() |
| Modifier and Type | Method and Description |
|---|---|
RestfulPipeConfiguration |
RestfulPipeConfiguration.pageConfig(PageConfig pageConfig) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.