Class SecureHttpRequestFactory

java.lang.Object
org.springframework.http.client.SimpleClientHttpRequestFactory
com.thanlinardos.spring_enterprise_library.https.SecureHttpRequestFactory
All Implemented Interfaces:
org.springframework.http.client.ClientHttpRequestFactory

public class SecureHttpRequestFactory extends org.springframework.http.client.SimpleClientHttpRequestFactory
A custom HTTP request factory that configures SSL settings for HTTPS connections. It extends the SimpleClientHttpRequestFactory to provide SSL context configuration.