Example usage for org.springframework.http.client AbstractClientHttpResponse subclass-usage

List of usage examples for org.springframework.http.client AbstractClientHttpResponse subclass-usage

Introduction

In this page you can find the example usage for org.springframework.http.client AbstractClientHttpResponse subclass-usage.

Usage

From source file org.springframework.http.client.CommonsClientHttpResponse.java

/**
 * {@link org.springframework.http.client.ClientHttpResponse} implementation that uses
 * Apache Commons HttpClient to execute requests.
 *
 * <p>Created via the {@link CommonsClientHttpRequest}.
 *

From source file com.huoqiu.framework.rest.HttpComponentsClientHttpResponse.java

/**
 * {@link org.springframework.http.client.ClientHttpResponse} implementation that uses Apache HttpClient 4.0 to execute
 * requests.
 * 
 * <p>
 * Created via the {@link HttpComponentsClientHttpRequest}.

From source file perftest.httpcomponents.HttpComponentsClientHttpResponse.java

/**
 * {@link org.springframework.http.client.ClientHttpResponse} implementation that uses
 * Apache HttpComponents HttpClient to execute requests.
 *
 * <p>Created via the {@link HttpComponentsClientHttpRequest}.
 *

From source file ar.com.aleatoria.ue.rest.SimpleClientHttpResponse.java

/**
 * {@link ClientHttpResponse} implementation that uses standard J2SE facilities.
 * Obtained via {@link SimpleBufferingClientHttpRequest#execute()} and
 * {@link SimpleStreamingClientHttpRequest#execute()}.
 *
 * @author Arjen Poutsma

From source file com.kimboo.giffy.server.rest.SimpleClientHttpResponse.java

/**
 * {@link ClientHttpResponse} implementation that uses standard J2SE facilities.
 * Obtained via {@link SimpleBufferingClientHttpRequest#execute()} and
 * {@link SimpleStreamingClientHttpRequest#execute()}.
 *
 * @author Arjen Poutsma