Module inet.ipaddr
Package inet.ipaddr.format
Base classes for generic representations of address divisions and groupings of address divisions.
- Author:
- sfoley
-
Interface Summary Interface Description AddressComponentRange Represents a range of address componentsAddressDivisionSeries Represents a series of groups of address divisions or segments.AddressGenericDivision Represents a division for any address series.AddressItem Represents any part of an address, whether divided into the standard arrangement of AddressComponent objects, or whether an alternative arrangement using AddressDivision objects.AddressItemRange Deprecated. use AddressComponentRangeIPAddressDivisionSeries Represents a series of groups of address divisions or segments.IPAddressGenericDivision Represents a division for any IP address series.IPAddressRange Represents a range of IP addresses -
Class Summary Class Description AddressDivisionBase Base class for address divisions.AddressDivisionGroupingBase AddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments.