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

com.jelastic.api.core.utils.AfterRequestAction Maven / Gradle / Ivy

The newest version!
package com.jelastic.api.core.utils;

import java.net.HttpURLConnection;

/**
 *
 * @author Ruslan Sinitskiy
 */
public interface AfterRequestAction {

    public void fire(HttpURLConnection conn, String response);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy