com.icthh.xm.commons.lep.groovy.storage.LepConnectionCache Maven / Gradle / Ivy
package com.icthh.xm.commons.lep.groovy.storage;
import java.net.URLConnection;
public interface LepConnectionCache {
URLConnection putConnection(String url, LepConnectionProvider connection);
boolean isConnectionExists(String url);
URLConnection getConnection(String url);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy