Uses of Class
io.ipinfo.api.IPinfo.BatchReqOpts
Package | Description |
---|---|
io.ipinfo.api |
-
Uses of IPinfo.BatchReqOpts in io.ipinfo.api
Methods in io.ipinfo.api that return IPinfo.BatchReqOpts Modifier and Type Method Description IPinfo.BatchReqOpts
IPinfo.BatchReqOpts.Builder. build()
Methods in io.ipinfo.api with parameters of type IPinfo.BatchReqOpts Modifier and Type Method Description ConcurrentHashMap<String,Object>
IPinfo. getBatch(List<String> urls, IPinfo.BatchReqOpts opts)
Get the result of a list of URLs in bulk.ConcurrentHashMap<String,ASNResponse>
IPinfo. getBatchAsns(List<String> asns, IPinfo.BatchReqOpts opts)
Get the result of a list of ASNs in bulk.ConcurrentHashMap<String,IPResponse>
IPinfo. getBatchIps(List<String> ips, IPinfo.BatchReqOpts opts)
Get the result of a list of IPs in bulk.