| Package | Description |
|---|---|
| org.jboss.aerogear.android.impl.pipeline | |
| org.jboss.aerogear.android.impl.pipeline.paging | |
| org.jboss.aerogear.android.pipeline.paging |
| Modifier and Type | Method and Description |
|---|---|
PageConfig |
PipeConfig.getPageConfig()
PageConfig is the configuration information for Paging.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeConfig.setPageConfig(PageConfig pageConfig)
PageConfig is the configuration information for Paging.
|
| Modifier and Type | Method and Description |
|---|---|
ReadFilter |
URIPageHeaderParser.getNextFilter(HeaderAndBody result,
PageConfig config) |
ReadFilter |
URIBodyPageParser.getNextFilter(HeaderAndBody result,
PageConfig config) |
ReadFilter |
URIPageHeaderParser.getPreviousFilter(HeaderAndBody result,
PageConfig config) |
ReadFilter |
URIBodyPageParser.getPreviousFilter(HeaderAndBody result,
PageConfig config) |
| 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).
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.