
net.anthavio.httl.HttlTransport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hatatitla Show documentation
Show all versions of hatatitla Show documentation
Compact but tweakable REST client library you have been dreaming of
The newest version!
package net.anthavio.httl;
import java.io.Closeable;
import java.io.IOException;
import net.anthavio.httl.TransportBuilder.BaseTransBuilder;
/**
*
* @author martin.vanek
*
*/
public interface HttlTransport extends Closeable {
public HttlResponse call(HttlRequest requste) throws IOException;
/**
* Redeclare Closeable to surpress IOException
*/
public void close();
public BaseTransBuilder> getConfig();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy