RFR: 8209137: Add ability to bind to specific local address to HTTP client [v2]
Jaikiran Pai
jpai at openjdk.java.net
Mon Dec 13 12:37:46 UTC 2021
> 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.
Jaikiran Pai has updated the pull request incrementally with one additional commit since the last revision:
add a security manager test to verify proper permission checks happen when local address is configured on HTTPClient
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/6690/files
- new: https://git.openjdk.java.net/jdk/pull/6690/files/5ab5a61a..9107b2ac
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6690&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6690&range=00-01
Stats: 69 lines in 2 files changed: 69 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/6690.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6690/head:pull/6690
PR: https://git.openjdk.java.net/jdk/pull/6690
More information about the net-dev
mailing list