A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
IIPInspector — Interface in package com.ericfeminella.net | |
Provides the contract for for validating and inspecting an IP version 4 Address (IPv4) | |
IPV4ClassNetworks — Class in package com.ericfeminella.net | |
Provides a set of constants which define the 5 valid IPv4 Class types: | |
IPV4Inspector — Class in package com.ericfeminella.net | |
Provides an API for validating and inspecting an IP version 4 Address (IPv4) An IP address is 32 bits wide, and is composed of two parts: the network number, and the host number. |
|
IPV4Inspector(address) — Constructor in class com.ericfeminella.net.IPV4Inspector | |
Constructor
Creates a new IPv4Inspector instance and validates the IP address specified. |
|
IPV4InvalidFormatException — Class in package com.ericfeminella.net | |
Specifies an IP Address is not malformed | |
IPV4InvalidFormatException(IPAddress) — Constructor in class com.ericfeminella.net.IPV4InvalidFormatException | |
IPV4OutOfRangeException — Class in package com.ericfeminella.net | |
Specifies that an octet in the IP Address is out of range | |
IPV4OutOfRangeException(octet) — Constructor in class com.ericfeminella.net.IPV4OutOfRangeException | |
isLoopback() — Method in interface com.ericfeminella.net.IIPInspector | |
Determines if the IPAddress specified is a loopback address. | |
isLoopback() — Method in class com.ericfeminella.net.IPV4Inspector | |
Determines if the IPAddress is a loopback address. | |
isValid() — Method in interface com.ericfeminella.net.IIPInspector | |
Determines if the IPAddress specified is a valid IPv4 address | |
isValid() — Method in class com.ericfeminella.net.IPV4Inspector | |
Determines if the address specified is a valid IPv4 address | |
isValidNetworkHost() — Method in interface com.ericfeminella.net.IIPInspector | |
Determines if the specified IP Address is valid for Network assignment | |
isValidNetworkHost() — Method in class com.ericfeminella.net.IPV4Inspector | |
Determines if the IP Address is valid for Network assignment
The entire address range of 224.0.0.0 - 255.255.255.255 is unacceptable for assignment to network hosts, as is any address beginning with 127 |
|
isWithinClassRange(networkClass) — Method in interface com.ericfeminella.net.IIPInspector | |
Determines if the IP Address is within range of the specified network class | |
isWithinClassRange(networkClass) — Method in class com.ericfeminella.net.IPV4Inspector | |
Determines if the IP Address is within the Class range specified | |
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |