Description
The facade should be a concrete package protected (or even possibly private) final wrapper implementation of HttpClient that simply delegates to the concrete implementation.
This facade is what will be returned by our implementation of HttpClient::newHttpClient / HttpClient::newBuilder()::build
This facade is what will be returned by our implementation of HttpClient::newHttpClient / HttpClient::newBuilder()::build
Attachments
Issue Links
- blocks
-
JDK-8187111 Cleanup: revisit cleanup and caching policy
- Resolved