On Fri, 3 Dec 2021 06:15:31 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> This change proposes to implement the enhancement noted in > https://bugs.openjdk.java.net/browse/JDK-8209137. > > The change introduces a new API to allow applications to build a > `java.net.http.HTTPClient` configured with a specific local address that will > be used while creating `Socket`(s) for connections. This pull request has now been integrated. Changeset: f4258a50 Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/f4258a50e0f65ab9c375b9ee79f31de98d872550 Stats: 598 lines in 11 files changed: 589 ins; 5 del; 4 mod 8209137: Add ability to bind to specific local address to HTTP client Reviewed-by: dfuchs, michaelm ------------- PR: https://git.openjdk.java.net/jdk/pull/6690