Uses of Class
com.univocity.parsers.remote.Paginator

Packages that use Paginator
com.univocity.parsers.remote   
 

Uses of Paginator in com.univocity.parsers.remote
 

Fields in com.univocity.parsers.remote declared as Paginator
protected  Paginator RemoteParserSettings.paginator
           
 

Methods in com.univocity.parsers.remote that return Paginator
 Paginator RemoteParserSettings.getPaginator()
          Configures a Paginator to handle multiple pages of remote content that needs to parsed.
protected abstract  Paginator RemoteParserSettings.newPaginator(RemoteParserSettings parserSettings)
          Creates an instance of a concrete implementation of Paginator
 

Methods in com.univocity.parsers.remote with parameters of type Paginator
 void RemoteParserSettings.setPaginator(Paginator paginator)
          Configures a Paginator to handle multiple pages of remote content that needs to parsed.
 



Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.