
com.harrys.hyppo.client.v1.ResponseHandler Maven / Gradle / Ivy
The newest version!
package com.harrys.hyppo.client.v1;
import org.apache.http.client.methods.CloseableHttpResponse;
import java.io.IOException;
/**
* Created by jpetty on 12/18/15.
*/
@FunctionalInterface
public interface ResponseHandler {
T handleResponse(CloseableHttpResponse response) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy