How is it possible to bind to specific interface when using java.net.http.HttpClient
(Java 11)?
When I was using Apache HttpClient, it was setLocalAddress
method.
How is it possible to bind to specific interface when using java.net.http.HttpClient
(Java 11)?
When I was using Apache HttpClient, it was setLocalAddress
method.