Class SslAwareApacheRestfulClient5Factory

All Implemented Interfaces:
IRestfulClientFactory

public class SslAwareApacheRestfulClient5Factory extends SslAwareAbstractRestfulClientFactory<HttpClient5Builder>
RestfulClientFactory based on Apache HttpClient5 that is aware of SSL context parameters. Note that with Spring 6, its RestTemplate also works with HttpClient5, so this is an option to reduce the number of HTTP client libraries.
Author:
Christian Ohr