Interface Addresses

    • Method Detail

      • add

        void add​(String key,
                 Address value)
        Adds an address to the given network type
        Parameters:
        key - the type of address classification
        value - of the address
      • getAddresses

        List<? extends Address> getAddresses​(String type)
        Gets the addresses associated with the given network type
        Parameters:
        type - the type of network
        Returns:
        the List of Addresses