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

io.bdrc.auth.rdf.IPCache Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package io.bdrc.auth.rdf;

import java.io.IOException;

public interface IPCache {

    public interface Loader {
        String loadSubscriber(String ip) throws IOException;
    }

    public String getSubscriber(String ip, Loader loader) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy