All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rx.net.support.IPSearcher Maven / Gradle / Ivy

package org.rx.net.support;

public interface IPSearcher {
    IPSearcher DEFAULT = new ComboIPSearcher();

    IPAddress current();

    IPAddress search(String ip);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy