See: Description
| Interface | Description |
|---|---|
| ConfigurableRequest |
A request object that provides low-level access so that the request can be configured for proxying,
authentication, etc...
|
| MfClientHttpRequestFactory |
A http request factory that allows configuration callbacks to be registered, allowing low-level
customizations to the request object.
|
| MfClientHttpRequestFactory.RequestConfigurator |
A Callback allowing low-level customizations to an http request created by this factory.
|
| Class | Description |
|---|---|
| AbstractMfClientHttpRequestFactoryWrapper |
The AbstractMfClientHttpRequestFactoryWrapper class.
|
| CertificateStore |
A configuration object for configuring a custom certificate/trust store.
|
| ConfigFileResolvingHttpRequestFactory |
This request factory will attempt to load resources using
Configuration.loadFile(String)
and Configuration.isAccessible(String) to load the resources if the http
method is GET and will fallback to the normal/wrapped factory to make http requests. |
| HttpCredential |
Represents a set of credentials to use for an http request.
|
| HttpProxy |
This configuration object configures the proxies to be used by the system.
|
| HttpRequestFetcher |
Schedule tasks for caching Http Requests that can be run simultaneously.
|
| MfClientHttpRequestFactoryImpl |
Default implementation.
|
| MfClientHttpRequestFactoryImpl.Request |
A request that can be configured at a low level.
|
| MfCredentialsProvider |
A Route planner that obtains credentials from the configuration that is currently in
MfClientHttpRequestFactoryImpl.CURRENT_CONFIGURATION. |
| MfRoutePlanner |
A Route planner that obtains proxies from the configuration that is currently in
MfClientHttpRequestFactoryImpl.CURRENT_CONFIGURATION. |
| MfSSLSocketFactory |
A ssl socket factory that obtains the keystore from the current configuration.
|