Interface | Description |
---|---|
HttpClient |
Define the behaviour of a HTTP client.
|
Class | Description |
---|---|
HttpMessage |
Abstraction for a message that is sent to an http endpoint.
|
SimpleHttpClient |
Implementation of CAS
HttpClient
which delegates requests to a SimpleHttpClient.httpClient instance. |
SimpleHttpClientFactoryBean |
The factory to build a
SimpleHttpClient . |
SimpleHttpClientFactoryBean.DefaultHttpClient |
The type Default http client.
|
SimpleHttpClientFactoryBean.SslTrustStoreAwareHttpClient |
The type Ssl trust store aware http client.
|