Uses of Interface
com.univocity.parsers.remote.NextInputHandler

Packages that use NextInputHandler
com.univocity.parsers.remote   
 

Uses of NextInputHandler in com.univocity.parsers.remote
 

Fields in com.univocity.parsers.remote declared as NextInputHandler
protected  NextInputHandler<RemoteContext> RemoteFollower.nextLinkHandler
           
 

Methods in com.univocity.parsers.remote that return NextInputHandler
 NextInputHandler<RemoteContext> RemoteFollower.getNextLinkHandler()
          Gets the next link handler.
 NextInputHandler<P> Paginator.getPaginationHandler()
          Returns the NextInputHandler associated with thie Paginator.
 

Methods in com.univocity.parsers.remote with parameters of type NextInputHandler
 void RemoteFollower.setNextLinkHandler(NextInputHandler<RemoteContext> nextLinkHandler)
          Sets the next link handler which will have the prepareNextCall(RemoteContext) method called before the next remote page is fetched.
 void Paginator.setPaginationHandler(NextInputHandler<P> paginationHandler)
          Sets the NextInputHandler which is used to prepare the call to the next page when the parser runs.
 



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