public class URIPageHeaderParser extends Object implements PageParameterExtractor
| Constructor and Description |
|---|
URIPageHeaderParser() |
URIPageHeaderParser(URI uri) |
URIPageHeaderParser(URL url) |
| Modifier and Type | Method and Description |
|---|---|
ReadFilter |
getNextFilter(HeaderAndBody result,
PageConfig config)
Extracts a usable ReadFilter from the response of a server for the "next" result set.
|
ReadFilter |
getPreviousFilter(HeaderAndBody result,
PageConfig config)
Extracts a usable ReadFilter from the response of a server for the "previous" result set.
|
public URIPageHeaderParser(URI uri)
public URIPageHeaderParser(URL url)
public URIPageHeaderParser()
public ReadFilter getNextFilter(HeaderAndBody result, PageConfig config)
PageParameterExtractorgetNextFilter in interface PageParameterExtractorresult - the server's response from a Pipe.read call.config - the Pipe's PageConfig.public ReadFilter getPreviousFilter(HeaderAndBody result, PageConfig config)
PageParameterExtractorgetPreviousFilter in interface PageParameterExtractorresult - the server's response from a Pipe.read call.config - the Pipe's PageConfig.Copyright © 2014 JBoss by Red Hat. All rights reserved.