Uses of Class
ai.vespa.net.CidrBlock
Packages that use CidrBlock
-
Uses of CidrBlock in ai.vespa.net
Methods in ai.vespa.net that return CidrBlockModifier and TypeMethodDescriptionCidrBlock.addByte(int byteOffset, int n) Add 'n' to the byte at the given offset, truncating overflow bits. 0 refers to the most significant byte of the address.CidrBlock.clearHostIdentifier()CidrBlock.clearLeastSignificantBits(int bits) static CidrBlockCidrBlock.fromString(String cidr) CidrBlock.resize(int newPrefixLength) Returns a copy of this resized to the given newPrefixLengthCidrBlock.setByte(int byteOffset, int n) Set the byte at the given offset to 'n'. 0 refers to the most significant byte of the address.Methods in ai.vespa.net that return types with arguments of type CidrBlockMethods in ai.vespa.net with parameters of type CidrBlock