Class DefaultRestTemplateHttpClientFactoryProvider
java.lang.Object
de.hybris.platform.apiregistryservices.utils.DefaultRestTemplateHttpClientFactoryProvider
The HttpClientProvider provides new instance of
HttpComponentsClientHttpRequestFactory for SSLContext.
Please do not use this class in your developments as this class will be removed soon.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]getCiphers(SSLSocket socket) protected intorg.springframework.http.client.HttpComponentsClientHttpRequestFactorygetHttpClient(SSLContext context) protected int
-
Constructor Details
-
DefaultRestTemplateHttpClientFactoryProvider
public DefaultRestTemplateHttpClientFactoryProvider()
-
-
Method Details
-
getHttpClient
public org.springframework.http.client.HttpComponentsClientHttpRequestFactory getHttpClient(SSLContext context) -
getConnectTimeout
protected int getConnectTimeout() -
getKeepAlive
protected int getKeepAlive() -
getCiphers
-