Interface SocketAddressValidator


  • @Immutable
    public interface SocketAddressValidator
    Verifies whether or not the given SocketAddress is valid.
    • Method Detail

      • isValidSocketAddress

        boolean isValidSocketAddress​(java.net.SocketAddress address)
        Returns true if the given address is valid.
      • isValidSocketAddress

        boolean isValidSocketAddress​(java.lang.String address)
        Returns true if the given address is valid.