Uses of Class
technology.dice.dicewhere.api.api.IP
-
-
Uses of IP in technology.dice.dicewhere.api.api
Methods in technology.dice.dicewhere.api.api that return IP Modifier and Type Method Description IPIpInformation. getEndOfRange()IPIpInformation. getStartOfRange()Constructors in technology.dice.dicewhere.api.api with parameters of type IP Constructor Description IpInformation(String countryCodeAlpha2, String cityGeonameId, String city, String leastSpecificDivision, String mostSpecificDivision, String postcode, IP startOfRange, IP endOfRange, String originalLine, Boolean isVpn, Boolean isHostingProvider) -
Uses of IP in technology.dice.dicewhere.building
Methods in technology.dice.dicewhere.building with parameters of type IP Modifier and Type Method Description Optional<IpInformation>IPDatabase. get(IP ip) -
Uses of IP in technology.dice.dicewhere.building.mmdb
Methods in technology.dice.dicewhere.building.mmdb with parameters of type IP Modifier and Type Method Description Optional<IpInformation>MmdbDatabase. get(IP ip)Optional<IpInformation>LocationSource. resolve(IP ip)Optional<IpInformation>MmdbLocationSource. resolve(IP ip)IpInformationAnonymousSource. withAnonymousInformation(IP ip, IpInformation ipInformation)IpInformationMmdbAnonymousSource. withAnonymousInformation(IP ip, IpInformation ipInformation) -
Uses of IP in technology.dice.dicewhere.building.navigablemap
Methods in technology.dice.dicewhere.building.navigablemap with parameters of type IP Modifier and Type Method Description Optional<IpInformation>NavigableMapIpDatabase. get(IP ip) -
Uses of IP in technology.dice.dicewhere.decorator
Methods in technology.dice.dicewhere.decorator that return IP Modifier and Type Method Description IPDecoratorInformation. getRangeEnd()IPVpnDecoratorInformation. getRangeEnd()IPDecoratorInformation. getRangeStart()IPVpnDecoratorInformation. getRangeStart()Methods in technology.dice.dicewhere.decorator with parameters of type IP Modifier and Type Method Description List<T>DecoratorDbReader. fetchForRange(IP rangeBoundStart, IP rangeBoundEnd)<T extends DecoratorInformation>
TDecoratorInformation. withNewRange(IP start, IP end)VpnDecoratorInformationVpnDecoratorInformation. withNewRange(IP start, IP end)Constructors in technology.dice.dicewhere.decorator with parameters of type IP Constructor Description VpnDecoratorInformation(IP rangeStart, IP rangeEnd)VpnDecoratorInformation(IP rangeStart, IP rangeEnd, int numberOfMatches) -
Uses of IP in technology.dice.dicewhere.lineprocessing
Methods in technology.dice.dicewhere.lineprocessing that return IP Modifier and Type Method Description IPSerializedLine. getStartIp()Constructors in technology.dice.dicewhere.lineprocessing with parameters of type IP Constructor Description SerializedLine(IP startIp, ParsedLine parsedLine) -
Uses of IP in technology.dice.dicewhere.lineprocessing.serializers
Methods in technology.dice.dicewhere.lineprocessing.serializers that return IP Modifier and Type Method Description IPIPSerializer. deserialize(org.mapdb.DataInput2 dataInput2, int i)Methods in technology.dice.dicewhere.lineprocessing.serializers with parameters of type IP Modifier and Type Method Description voidIPSerializer. serialize(org.mapdb.DataOutput2 dataOutput2, IP ip) -
Uses of IP in technology.dice.dicewhere.parsing
Methods in technology.dice.dicewhere.parsing that return IP Modifier and Type Method Description IPParsedLine. getEndIp()IPParsedLine. getStartIp()Constructors in technology.dice.dicewhere.parsing with parameters of type IP Constructor Description ParsedLine(IP startIp, IP endIp, IpInformation info, RawLine rawLine) -
Uses of IP in technology.dice.dicewhere.utils
Methods in technology.dice.dicewhere.utils that return IP Modifier and Type Method Description static IPIPUtils. decrement(IP ip)static IPIPUtils. increment(IP ip)static IPIPUtils. increment(IP ip, int increment)Methods in technology.dice.dicewhere.utils with parameters of type IP Modifier and Type Method Description static IPIPUtils. decrement(IP ip)static inet.ipaddr.IPAddressIPUtils. from(IP ip)static IPIPUtils. increment(IP ip)static IPIPUtils. increment(IP ip, int increment)
-