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

net.anthavio.httl.SenderOperations Maven / Gradle / Ivy

The newest version!
package net.anthavio.httl;


/**
 * 
 * @author martin.vanek
 *
 */
public interface SenderOperations {

	public HttlResponse execute(HttlRequest request) throws HttlException;

	//public void execute(SenderRequest request, ResponseHandler handler) throws SenderException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy