
net.nemerosa.httpclient.EntityParser Maven / Gradle / Ivy
The newest version!
package net.nemerosa.httpclient;
import org.apache.http.HttpEntity;
import java.io.IOException;
@FunctionalInterface
public interface EntityParser {
T parse(HttpEntity entity) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy