> 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 two additional commits since the last revision: - copyright year - By default add SocketPermission for java.net.http module to allow binding to non-ephemeral ports if local bind address is configured for HTTPClient ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/6690/files - new: https://git.openjdk.java.net/jdk/pull/6690/files/e2fd98c0..55ff2c13 Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6690&range=04 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6690&range=03-04 Stats: 10 lines in 9 files changed: 2 ins; 0 del; 8 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