Package org.apereo.cas.util.http
-
Interface Summary Interface Description HttpClient Define the behaviour of a HTTP client.HttpClientFactory Define the factory that creates an HTTP client. -
Class Summary Class Description HttpMessage This isHttpMessage.SimpleHttpClient Implementation of CASHttpClientwhich delegates requests to aSimpleHttpClient.wrappedHttpClientinstance.SimpleHttpClientFactoryBean The factory to build aSimpleHttpClient.SimpleHttpClientFactoryBean.DefaultHttpClient The default http client.