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.StringIPinfo. getMap(List<String> ips)Get a map of a list of IPs.ASNResponseIPinfo. lookupASN(String asn)Lookup ASN information using the AS number.IPResponseIPinfo. 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 ASNResponseASNRequest. handle()abstract TBaseRequest. handle()IPResponseIPRequest. handle()MapResponseMapRequest. handle()okhttp3.ResponseBaseRequest. handleRequest(okhttp3.Request.Builder request)