Uses of Class
io.ipinfo.api.model.ASNResponse
Package | Description |
---|---|
io.ipinfo.api | |
io.ipinfo.api.request |
-
Uses of ASNResponse in io.ipinfo.api
Methods in io.ipinfo.api that return ASNResponse Modifier and Type Method Description ASNResponse
IPinfo. lookupASN(String asn)
Lookup ASN information using the AS number.Methods in io.ipinfo.api that return types with arguments of type ASNResponse Modifier and Type Method Description 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. -
Uses of ASNResponse in io.ipinfo.api.request
Methods in io.ipinfo.api.request that return ASNResponse Modifier and Type Method Description ASNResponse
ASNRequest. handle()