Package com.lukasfeiler.ipconfig

Handling of IPv4 addresses, netmasks and gateways.

See:
          Description

Class Summary
IPAddress An IPv4 Address.
Netmask An IPv4 Netmask.
NetworkInterfaceConfiguration A network interface configuration with IP address, netmask and default gateway.
 

Exception Summary
IPAddressesNotInSameSubnetException Is thrown if two (or more) IP addresses are not in the same subnet.
IPAddressHostBitsSetToOneException Is thrown if all bits of the host part of an IP address are set to 1.
IPAddressHostBitsSetToZeroException Is thrown if all bits of the host part of an IP address are set to 0.
IPConfigException Generic exception.
NonContiniousNetmaskException Is thrown if a netmask is not continious - i.e. the netmask does not consist of a number of 1s followed by a number of 0s.
 

Package com.lukasfeiler.ipconfig Description

Handling of IPv4 addresses, netmasks and gateways.