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

Packages that use RemoteContext
com.univocity.parsers.remote   
 

Uses of RemoteContext in com.univocity.parsers.remote
 

Classes in com.univocity.parsers.remote with type parameters of type RemoteContext
 interface NextInputHandler<C extends RemoteContext>
          Callback class used to determine how the remote content should be accessed.
 

Subinterfaces of RemoteContext in com.univocity.parsers.remote
 interface PaginationContext
          Contains information about the pagination process managed by a Paginator and made available to the user through the NextInputHandler callback.
 

Fields in com.univocity.parsers.remote with type parameters of type RemoteContext
protected  NextInputHandler<RemoteContext> RemoteFollower.nextLinkHandler
           
 

Methods in com.univocity.parsers.remote that return types with arguments of type RemoteContext
 NextInputHandler<RemoteContext> RemoteFollower.getNextLinkHandler()
          Gets the next link handler.
 

Method parameters in com.univocity.parsers.remote with type arguments of type RemoteContext
 void RemoteFollower.setNextLinkHandler(NextInputHandler<RemoteContext> nextLinkHandler)
          Sets the next link handler which will have the NextInputHandler.prepareNextCall(RemoteContext) method called before the next remote page is fetched.
 



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