public class URIPageHeaderParser extends Object implements PageResultExtractor
| 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)
PageResultExtractorgetNextFilter in interface PageResultExtractorresult - the server's response from a Pipe.read or Pipe.readWithFilter call.config - the Pipe's PageConfig.public ReadFilter getPreviousFilter(HeaderAndBody result, PageConfig config)
PageResultExtractorgetPreviousFilter in interface PageResultExtractorresult - the server's response from a Pipe.read or Pipe.readWithFilter call.config - the Pipe's PageConfig.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.