List of usage examples for org.springframework.http.client SimpleClientHttpRequestFactory subclass-usage
From source file se.malmo.www.kontaktruta.service.AppSimpleClientHttpRequestFactory.java
/** * * @author rbolton */ public class AppSimpleClientHttpRequestFactory extends SimpleClientHttpRequestFactory {
From source file com.t163.http.client.TrustClientHttpRequestFactory.java
/**
* nhn t-163-api
* com.t163.http.client.TrustClientHttpRequestFactory.java
* @author st13902
* @date 20131217
*/
From source file com.weibo.http.client.TrustClientHttpRequestFactory.java
/**
* weibo-api
* com.weibo.http.client.TrustClientHttpRequestFactory.java
* @author cuizuoli
* @date 20131123
*/
From source file de.zib.gndms.common.kit.security.CustomSSLContextRequestFactory.java
/**
* @date: 04.06.12
* @time: 12:09
* @author: Jrg Bachmann
* @email: bachmann@zib.de
*/
From source file cn.cuizuoli.appranking.http.client.TrustClientHttpRequestFactory.java
/** * TrustClientHttpRequestFactory * @author cuizuoli */ public class TrustClientHttpRequestFactory extends SimpleClientHttpRequestFactory {
From source file com.qpark.eip.core.spring.security.https.EipHttpsClientHttpRequestFactory.java
/**
* {@link SimpleClientHttpRequestFactory} extension supplying HTTPs and basic
* HTTP authentication.
* </p>
* To be used with the {@link org.springframework.web.client.RestTemplate}.
*
From source file org.emonocot.portal.http.StaticUsernameAndPasswordHttpClientFactory.java
/** * * @author ben * */ public class StaticUsernameAndPasswordHttpClientFactory extends SimpleClientHttpRequestFactory {
From source file grails.plugin.cloudfoundry.GrailsHttpRequestFactory.java
/**
* Extends SimpleClientHttpResponse to replace the HttpURLConnection's InputStream to one
* that captures the response content.
*
* @author Burt Beckwith
*/
From source file cz.zcu.kiv.eeg.mobile.base.ws.ssl.SSLSimpleClientHttpRequestFactory.java
/**
* SSL HTTP request factory which accepts all SSL certificates.
* <p/>
* Based on example from web and previous implementation.
*
* @author Petr Miko