Uses of Interface
technology.dice.dicewhere.decorator.DecoratorInformation
-
-
Uses of DecoratorInformation in technology.dice.dicewhere.building.navigablemap
Methods in technology.dice.dicewhere.building.navigablemap that return types with arguments of type DecoratorInformation Modifier and Type Method Description protected Optional<Decorator<? extends DecoratorInformation>>MapDbDatabaseBuilder. getDecorator()Constructor parameters in technology.dice.dicewhere.building.navigablemap with type arguments of type DecoratorInformation Constructor Description MapDbDatabaseBuilder(MapDbDatabaseBuilder.StorageMode storageMode, ProviderKey provider, BlockingQueue<SerializedLine> source, DatabaseBuilderListener listener, Decorator<? extends DecoratorInformation> decorator)MapDbDatabaseBuilder(ProviderKey provider, BlockingQueue<SerializedLine> source, DatabaseBuilderListener listener, Decorator<? extends DecoratorInformation> decorator) -
Uses of DecoratorInformation in technology.dice.dicewhere.decorator
Classes in technology.dice.dicewhere.decorator with type parameters of type DecoratorInformation Modifier and Type Class Description classDecorator<T extends DecoratorInformation>Decorator is used to enrich IpInformation objects based on the data from the DecoratorDbReader.classDecoratorDbReader<T extends DecoratorInformation>Reads one line at a time from the provided DB.Classes in technology.dice.dicewhere.decorator that implement DecoratorInformation Modifier and Type Class Description classVpnDecoratorInformationMethods in technology.dice.dicewhere.decorator with type parameters of type DecoratorInformation Modifier and Type Method Description <T extends DecoratorInformation>
TDecoratorInformation. withNewRange(IP start, IP end)<T extends DecoratorInformation>
TDecoratorInformation. withNumberOfMatches(int i) -
Uses of DecoratorInformation in technology.dice.dicewhere.parsing
Methods in technology.dice.dicewhere.parsing that return types with arguments of type DecoratorInformation Modifier and Type Method Description abstract Optional<Decorator<? extends DecoratorInformation>>LineParser. getDecorator() -
Uses of DecoratorInformation in technology.dice.dicewhere.provider.dbip.parsing
Methods in technology.dice.dicewhere.provider.dbip.parsing that return types with arguments of type DecoratorInformation Modifier and Type Method Description Optional<Decorator<? extends DecoratorInformation>>DbIpIpToCityLiteCSVLineParser. getDecorator()Optional<Decorator<? extends DecoratorInformation>>DbIpIpToCountryLiteCSVLineParser. getDecorator()Optional<Decorator<? extends DecoratorInformation>>DbIpIpToLocationAndIspCSVLineParser. getDecorator()Constructor parameters in technology.dice.dicewhere.provider.dbip.parsing with type arguments of type DecoratorInformation Constructor Description DbIpIpToCityLiteCSVLineParser(Decorator<? extends DecoratorInformation> decorator)DbIpIpToCountryLiteCSVLineParser(Decorator<? extends DecoratorInformation> decorator)DbIpIpToLocationAndIspCSVLineParser(Decorator<? extends DecoratorInformation> decorator) -
Uses of DecoratorInformation in technology.dice.dicewhere.provider.dbip.reading
Method parameters in technology.dice.dicewhere.provider.dbip.reading with type arguments of type DecoratorInformation Modifier and Type Method Description LineParserDbIpCityLiteLineReader. buildLineParser(Decorator<? extends DecoratorInformation> decorator)LineParserDbIpCountryLiteLineReader. buildLineParser(Decorator<? extends DecoratorInformation> decorator)abstract LineParserDbIpLineReader. buildLineParser(Decorator<? extends DecoratorInformation> decorator)LineParserDbIpLocationAndIspLineReader. buildLineParser(Decorator<? extends DecoratorInformation> decorator) -
Uses of DecoratorInformation in technology.dice.dicewhere.provider.maxmind.parsing
Methods in technology.dice.dicewhere.provider.maxmind.parsing that return types with arguments of type DecoratorInformation Modifier and Type Method Description Optional<Decorator<? extends DecoratorInformation>>MaxmindLineParser. getDecorator()Constructor parameters in technology.dice.dicewhere.provider.maxmind.parsing with type arguments of type DecoratorInformation Constructor Description MaxmindLineParser(Map<String,MaxmindLocation> locationDictionary, Decorator<? extends DecoratorInformation> decorator) -
Uses of DecoratorInformation in technology.dice.dicewhere.provider.maxmind.reading
Constructor parameters in technology.dice.dicewhere.provider.maxmind.reading with type arguments of type DecoratorInformation Constructor Description MaxmindDbReader(Path locationNames, Path ipV4CSV, Path ipV6CSV, Decorator<? extends DecoratorInformation> decorator)MaxmindDbReader(Path locationNames, Path ipV4CSV, Path ipV6CSV, Decorator<? extends DecoratorInformation> decorator, MapDbDatabaseBuilder.StorageMode storageMode)
-