Uses of Class
technology.dice.dicewhere.api.api.IpInformation
-
-
Uses of IpInformation in technology.dice.dicewhere.api.api
Methods in technology.dice.dicewhere.api.api that return IpInformation Modifier and Type Method Description IpInformationIpInformation.Builder. build()Methods in technology.dice.dicewhere.api.api with parameters of type IpInformation Modifier and Type Method Description static IpInformation.BuilderIpInformation. builder(IpInformation info) -
Uses of IpInformation in technology.dice.dicewhere.building
Methods in technology.dice.dicewhere.building that return types with arguments of type IpInformation Modifier and Type Method Description Optional<IpInformation>IPDatabase. get(IP ip) -
Uses of IpInformation in technology.dice.dicewhere.building.mmdb
Methods in technology.dice.dicewhere.building.mmdb that return IpInformation Modifier and Type Method Description IpInformationAnonymousSource. withAnonymousInformation(IP ip, IpInformation ipInformation)IpInformationMmdbAnonymousSource. withAnonymousInformation(IP ip, IpInformation ipInformation)Methods in technology.dice.dicewhere.building.mmdb that return types with arguments of type IpInformation Modifier and Type Method Description Optional<IpInformation>MmdbDatabase. get(IP ip)Optional<IpInformation>LocationSource. resolve(IP ip)Optional<IpInformation>MmdbLocationSource. resolve(IP ip)Methods in technology.dice.dicewhere.building.mmdb with parameters of type IpInformation Modifier and Type Method Description IpInformationAnonymousSource. withAnonymousInformation(IP ip, IpInformation ipInformation)IpInformationMmdbAnonymousSource. withAnonymousInformation(IP ip, IpInformation ipInformation) -
Uses of IpInformation in technology.dice.dicewhere.building.navigablemap
Methods in technology.dice.dicewhere.building.navigablemap that return types with arguments of type IpInformation Modifier and Type Method Description Optional<IpInformation>NavigableMapIpDatabase. get(IP ip) -
Uses of IpInformation in technology.dice.dicewhere.decorator
Methods in technology.dice.dicewhere.decorator that return types with arguments of type IpInformation Modifier and Type Method Description Stream<IpInformation>Decorator. decorate(IpInformation original)Decorate the IpInformation with entries matching it's range from the Decorator's provided databases;Methods in technology.dice.dicewhere.decorator with parameters of type IpInformation Modifier and Type Method Description Stream<IpInformation>Decorator. decorate(IpInformation original)Decorate the IpInformation with entries matching it's range from the Decorator's provided databases; -
Uses of IpInformation in technology.dice.dicewhere.parsing
Methods in technology.dice.dicewhere.parsing that return IpInformation Modifier and Type Method Description IpInformationParsedLine. getInfo()protected abstract IpInformationLineParser. parseLine(RawLine rawLine, boolean retainOriginalLine)Constructors in technology.dice.dicewhere.parsing with parameters of type IpInformation Constructor Description ParsedLine(IP startIp, IP endIp, IpInformation info, RawLine rawLine) -
Uses of IpInformation in technology.dice.dicewhere.provider.dbip.parsing
Methods in technology.dice.dicewhere.provider.dbip.parsing that return IpInformation Modifier and Type Method Description protected IpInformationDbIpIpToCityLiteCSVLineParser. parseLine(RawLine line, boolean retainOriginalLine)protected IpInformationDbIpIpToCountryLiteCSVLineParser. parseLine(RawLine line, boolean retainOriginalLine)protected IpInformationDbIpIpToLocationAndIspCSVLineParser. parseLine(RawLine line, boolean retainOriginalLine) -
Uses of IpInformation in technology.dice.dicewhere.provider.maxmind.parsing
Methods in technology.dice.dicewhere.provider.maxmind.parsing that return IpInformation Modifier and Type Method Description protected IpInformationMaxmindLineParser. parseLine(RawLine rawLine, boolean retainOriginalLine)
-