Uses of Class
io.ipinfo.api.errors.RateLimitedException
Package | Description |
---|---|
io.ipinfo.api | |
io.ipinfo.api.request |
-
Uses of RateLimitedException in io.ipinfo.api
Methods in io.ipinfo.api that throw RateLimitedException Modifier and Type Method Description ConcurrentHashMap<String,Object>
IPinfo. getBatch(List<String> urls)
Get the result of a list of URLs in bulk.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)
Get the result of a list of ASNs 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)
Get the result of a list of IPs in bulk.ConcurrentHashMap<String,IPResponse>
IPinfo. getBatchIps(List<String> ips, IPinfo.BatchReqOpts opts)
Get the result of a list of IPs in bulk.String
IPinfo. getMap(List<String> ips)
Get a map of a list of IPs.ASNResponse
IPinfo. lookupASN(String asn)
Lookup ASN information using the AS number.IPResponse
IPinfo. lookupIP(String ip)
Lookup IP information using the IP. -
Uses of RateLimitedException in io.ipinfo.api.request
Methods in io.ipinfo.api.request that throw RateLimitedException Modifier and Type Method Description ASNResponse
ASNRequest. handle()
abstract T
BaseRequest. handle()
IPResponse
IPRequest. handle()
MapResponse
MapRequest. handle()
okhttp3.Response
BaseRequest. handleRequest(okhttp3.Request.Builder request)