Class SimpleHttpClientFactoryBean

    • Field Detail

      • MAX_CONNECTIONS_PER_ROUTE

        public static final int MAX_CONNECTIONS_PER_ROUTE
        Max connections per route.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SimpleHttpClientFactoryBean

        public SimpleHttpClientFactoryBean()
    • Method Detail

      • getObject

        public SimpleHttpClient getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean
      • getObjectType

        public java.lang.Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean
      • destroy

        public void destroy()
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean