Uses of Class
technology.dice.dicewhere.decorator.VpnDecoratorInformation
-
Packages that use VpnDecoratorInformation Package Description technology.dice.dicewhere.decorator technology.dice.dicewhere.provider.maxmind.decorator -
-
Uses of VpnDecoratorInformation in technology.dice.dicewhere.decorator
Methods in technology.dice.dicewhere.decorator that return VpnDecoratorInformation Modifier and Type Method Description VpnDecoratorInformationVpnDecoratorInformation. withNewRange(IP start, IP end)VpnDecoratorInformationVpnDecoratorInformation. withNumberOfMatches(int i)Constructor parameters in technology.dice.dicewhere.decorator with type arguments of type VpnDecoratorInformation Constructor Description VpnDecorator(Collection<DecoratorDbReader<VpnDecoratorInformation>> databaseReaders, DecorationStrategy decorationStrategy) -
Uses of VpnDecoratorInformation in technology.dice.dicewhere.provider.maxmind.decorator
Methods in technology.dice.dicewhere.provider.maxmind.decorator that return types with arguments of type VpnDecoratorInformation Modifier and Type Method Description protected Optional<VpnDecoratorInformation>MaxmindVpnDecoratorDbReader. parseDbLine(String line)Update README.MD if this method is moved out or there is a change in behaviorprotected Optional<VpnDecoratorInformation>MaxmindVpnDecoratorDbReader. readNextLine()
-