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

com.icthh.xm.commons.lep.groovy.storage.LepConnectionCache Maven / Gradle / Ivy

There is a newer version: 4.0.20
Show newest version
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