Example usage for org.apache.http.client ResponseHandler interface-usage

List of usage examples for org.apache.http.client ResponseHandler interface-usage

Introduction

In this page you can find the example usage for org.apache.http.client ResponseHandler interface-usage.

Usage

From source file com.digitalpebble.storm.crawler.protocol.httpclient.HttpProtocol.java

/**
 * Uses Apache httpclient to handle http and https
 **/

public class HttpProtocol extends AbstractHttpProtocol implements ResponseHandler<ProtocolResponse> {

From source file com.helger.peppol.smpclient.SMPHttpResponseHandlerWriteOperations.java

/**
 * This is the Apache HTTP client response handler for messages which don't
 * deliver a response body (PUT or DELETE HTTP operations).
 *
 * @author Philip Helger
 */

From source file com.helger.peppol.httpclient.AbstractSMPResponseHandler.java

/**
 * Abstract {@link ResponseHandler} implementation that ensures a leak free
 * usage of the returned response.
 *
 * @author Philip Helger
 * @param <T>

From source file com.helger.peppol.smpclient.SMPHttpResponseHandlerUnsigned.java

/**
 * This is the Apache HTTP client response handler to verify unsigned HTTP
 * response messages.
 *
 * @author Philip Helger
 * @param <T>

From source file com.digitalpebble.stormcrawler.protocol.httpclient.HttpProtocol.java

/**
 * Uses Apache httpclient to handle http and https
 **/

public class HttpProtocol extends AbstractHttpProtocol implements ResponseHandler<ProtocolResponse> {

From source file de.mojadev.ohmmarks.virtuohm.VirtuOhmHTTPHandler.java

/**
 * HTTP Handler class that handles communication with VirtuOhm, i.e. login
 * and fetching marks. 
 * 
 * At this time the size of this class is acceptable, but when there are more
 * features this class could be composed by different request strategy classes

From source file me.ixfan.wechatkit.util.JsonResponseHandler.java

/**
 * JSON response handler of {@link ResponseHandler}.
 * @author Warren Fan
 */
public class JsonResponseHandler implements ResponseHandler<JsonObject> {

From source file com.github.rnewson.couchdb.lucene.DatabaseIndexer.java

public final class DatabaseIndexer implements Runnable, ResponseHandler<Void> {

    private class IndexState {

        private final DocumentConverter converter;
        private boolean readerDirty;

From source file com.helger.peppol.smpclient.SMPHttpResponseHandlerSigned.java

/**
 * This is the Apache HTTP client response handler to verify signed HTTP
 * response messages.
 *
 * @author Philip Helger
 * @param <T>