Package com.univocity.parsers.remote

Interface Summary
NextInputHandler<C extends RemoteContext> Callback class used to determine how the remote content should be accessed.
PaginationContext Contains information about the pagination process managed by a Paginator and made available to the user through the NextInputHandler callback.
RemoteContext Contains information about the current results obtained by the parser, including the remote HTTP response obtained, and the next HTTP request to be performed by the parser.
RemoteEntityParserInterface<R extends ResultRecord<C>,C extends Context,T extends Result<R,C>> An extension of the EntityParserInterface for parsers that access remote content.
 

Class Summary
Paginator<E extends RemoteEntitySettings,P extends PaginationContext> An abstract class that allows EntityParserInterface implementations that work with RemoteEntitySettings to access multiple pages of remote content that needs to parsed.
RemoteEntityList<S extends RemoteEntitySettings> A list of remote entities to be parsed by some implementation of EntityParserInterface, and their specific configurations.
RemoteEntitySettings<C extends Context,S extends CommonParserSettings,G extends RemoteParserSettings,T extends RemoteFollower> Manages configuration options for individual entities of a RemoteEntityList.
RemoteFollower<S extends RemoteEntitySettings,T extends RemoteEntityList<S>,R extends RemoteParserSettings> An abstract class that allow parsers that use RemoteParserSettings and RemoteEntityList to access and parse linked pages.
RemoteParserSettings<S extends CommonParserSettings,L extends RemoteEntityList,C extends Context> Base configuration class of a parser that can connect to a remote location, obtain data to parse and produce records for one or more entities.
 



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