Interface Ip4AddressSettable

    • Method Detail

      • set

        void set​(byte[] value)
        Sets the container to the given raw ip value.
        Parameters:
        value - raw address value to which to set the container
      • set

        void set​(Inet4Address value)
        Sets the container to the given Inet4Address value.
        Parameters:
        value - Inet4Address value to which to set the container