
com.qiniu.android.dns.IpSorter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of happy-dns Show documentation
Show all versions of happy-dns Show documentation
Qiniu Happy Dns for Android
package com.qiniu.android.dns;
/**
* Created by bailong on 15/7/24.
*/
public interface IpSorter {
String[] sort(String[] ips);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy