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

org.johnnei.enjin.internal.http.IHttpAccess Maven / Gradle / Ivy

The newest version!
package org.johnnei.enjin.internal.http;

import java.io.IOException;

public interface IHttpAccess {

	String getString(String url, Object postData) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy