Interface Addressing.AddressSelectionCondition

Enclosing class:
Addressing

public static interface Addressing.AddressSelectionCondition
Interface for AddressSelectionCondition to check if address is acceptable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Condition on which to accept inet address
  • Method Details

    • isAcceptableAddress

      boolean isAcceptableAddress(InetAddress address)
      Condition on which to accept inet address
      Parameters:
      address - to check
      Returns:
      true to accept this address