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

com.inpaas.http.api.ResponseProcessor Maven / Gradle / Ivy

There is a newer version: 0.6.10
Show newest version
package com.inpaas.http.api;

import org.apache.http.HttpResponse;

import com.inpaas.http.model.exception.HttpClientException;

@FunctionalInterface
public interface ResponseProcessor {
	
	Object apply(HttpResponse response) throws HttpClientException;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy