public interface PageParameterExtractor<T extends PageConfig>
| Modifier and Type | Method and Description |
|---|---|
org.jboss.aerogear.android.core.ReadFilter |
getNextFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "next" result set.
|
org.jboss.aerogear.android.core.ReadFilter |
getPreviousFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "previous" result set.
|
org.jboss.aerogear.android.core.ReadFilter getNextFilter(HeaderAndBody response, T config)
response - the server's response from a Pipe.read call.config - the Pipe's PageConfig.org.jboss.aerogear.android.core.ReadFilter getPreviousFilter(HeaderAndBody response, T config)
response - the server's response from a Pipe.read call.config - the Pipe's PageConfig.Copyright © 2016 JBoss by Red Hat. All rights reserved.