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

com.citrix.sharefile.api.interfaces.ISFConnectionManager Maven / Gradle / Ivy

package com.citrix.sharefile.api.interfaces;

import java.io.IOException;
import java.io.InputStream;
import java.net.URLConnection;

public interface ISFConnectionManager
{
    void onBeforeConnect(URLConnection connection);
    void onConnectException(URLConnection connection, IOException e);
    InputStream getInputStream(URLConnection conn) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy