org.frameworkset.spi.remote.http.MapResponseHandler Maven / Gradle / Ivy
package org.frameworkset.spi.remote.http;
import java.io.IOException;
import java.util.Map;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.ResponseHandler;
import com.frameworkset.util.SimpleStringUtil;
public class MapResponseHandler implements ResponseHandler
© 2015 - 2025 Weber Informatics LLC | Privacy Policy