Package org.apereo.cas.util.http
Class SimpleHttpClientFactoryBean.DefaultHttpClient
- java.lang.Object
-
- org.apereo.cas.util.http.SimpleHttpClientFactoryBean
-
- org.apereo.cas.util.http.SimpleHttpClientFactoryBean.DefaultHttpClient
-
- All Implemented Interfaces:
HttpClientFactory,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean
- Enclosing class:
- SimpleHttpClientFactoryBean
public static class SimpleHttpClientFactoryBean.DefaultHttpClient extends SimpleHttpClientFactoryBean
The default http client.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
SimpleHttpClientFactoryBean.DefaultHttpClient
-
-
Field Summary
-
Fields inherited from class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
MAX_CONNECTIONS_PER_ROUTE
-
-
Constructor Summary
Constructors Constructor Description DefaultHttpClient()
-
Method Summary
-
Methods inherited from class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
destroy, getObject, getObjectType, isSingleton
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apereo.cas.util.http.HttpClientFactory
getConnectionTimeout, getHostnameVerifier, getProxy, getSslContext, getSslSocketFactory, getTrustManagers
-
-