inet.ipaddr

Class IPAddressNetwork

    • Constructor Detail

      • IPAddressNetwork

        public IPAddressNetwork()
    • Method Detail

      • getNetworkMask

        public IPAddress getNetworkMask(int networkPrefixLength)
      • getNetworkMask

        public abstract IPAddress getNetworkMask(int networkPrefixLength,
                                                 boolean withPrefixLength)
      • getNetworkMaskSection

        public abstract IPAddressSection getNetworkMaskSection(int networkPrefixLength)
      • getHostMask

        public abstract IPAddress getHostMask(int networkPrefixLength)
      • getHostMaskSection

        public abstract IPAddressSection getHostMaskSection(int networkPrefixLength)
      • getSegmentNetworkMask

        public abstract int getSegmentNetworkMask(int segmentPrefixLength)
      • getSegmentHostMask

        public abstract int getSegmentHostMask(int segmentPrefixLength)
      • getSegmentNetworkMask

        public abstract long getSegmentNetworkMask(int segmentPrefixLength,
                                                   int joinedSegments)
      • getSegmentHostMask

        public abstract long getSegmentHostMask(int segmentPrefixLength,
                                                int joinedSegments)
      • getLoopback

        public abstract IPAddress getLoopback()
      • getStandardLoopbackStrings

        public abstract java.lang.String[] getStandardLoopbackStrings()
      • isIPv4

        public boolean isIPv4()
      • isIPv6

        public boolean isIPv6()