| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
PipeConfig.setPageConfig(PageConfig pageConfig) |
| Constructor and Description |
|---|
RestAdapter(Class<T> klass,
URL baseURL,
com.google.gson.GsonBuilder gsonBuilder,
PageConfig pageconfig) |
RestAdapter(Class<T> klass,
URL baseURL,
PageConfig pageconfig) |
| 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 |
PageResultExtractor<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, a division of Red Hat, Inc.. All Rights Reserved.