Uses of Class
io.ipinfo.api.IPinfo.BatchReqOpts.Builder
| Package | Description |
|---|---|
| io.ipinfo.api |
-
Uses of IPinfo.BatchReqOpts.Builder in io.ipinfo.api
Methods in io.ipinfo.api that return IPinfo.BatchReqOpts.Builder Modifier and Type Method Description IPinfo.BatchReqOpts.BuilderIPinfo.BatchReqOpts.Builder. setBatchSize(int batchSize)batchSize is the internal batch size used per API request; the IPinfo API has a maximum batch size, but the batch request functions available in this library do not.IPinfo.BatchReqOpts.BuilderIPinfo.BatchReqOpts.Builder. setFilter(boolean filter)filter, if turned on, will filter out a URL whose value was deemed empty on the server.IPinfo.BatchReqOpts.BuilderIPinfo.BatchReqOpts.Builder. setTimeoutPerBatch(int timeoutPerBatch)timeoutPerBatch is the timeout in seconds that each batch of size `BatchSize` will have for its own request.IPinfo.BatchReqOpts.BuilderIPinfo.BatchReqOpts.Builder. setTimeoutTotal(int timeoutTotal)timeoutTotal is the total timeout in seconds for all batch requests in a batch request function to complete.