Class HttpClientConnectionManagerFactory

java.lang.Object
org.citrusframework.http.security.HttpClientConnectionManagerFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<org.apache.hc.client5.http.io.HttpClientConnectionManager>

public class HttpClientConnectionManagerFactory extends Object implements org.springframework.beans.factory.FactoryBean<org.apache.hc.client5.http.io.HttpClientConnectionManager>
Spring bean factory for a secure SSL connection manager. Factory may be used in Spring bean configuration to set connection manager on a Http client.
  • Constructor Details

    • HttpClientConnectionManagerFactory

      public HttpClientConnectionManagerFactory(HttpSecureConnection secureConnection)
  • Method Details

    • getObject

      public org.apache.hc.client5.http.io.HttpClientConnectionManager getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<org.apache.hc.client5.http.io.HttpClientConnectionManager>
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<org.apache.hc.client5.http.io.HttpClientConnectionManager>