Re: Enhance proxy support in java.net core libraries

2024-05-13 Thread Alan Bateman
The OpenJDK net-dev mailing list is the best place to bring this. There was discussion about SOCKS when the HTTP client was developed, I thought JEP 321 had a summary on this but it seems not. I'm sure others on net-dev can say more on this. -Alan On 12/05/2024 22:58, Alessandro Autiero

Re: Enhance proxy support in java.net core libraries

2024-05-12 Thread Jaikiran Pai
Hello Alessandro, I've moved this discussion to net-dev mailing list which is more relevant for this discussion (and Bcced core-libs-dev). If you haven't already subscribed to net-dev, then you can do it here https://mail.openjdk.org/mailman/listinfo/net-dev. -Jaikiran On 13/05/24 3:28 am,

Enhance proxy support in java.net core libraries

2024-05-12 Thread Alessandro Autiero
Hello, my name is Alessandro Autiero and I'd like to propose three enhancements for the java core libraries to better support proxies in network components of the JDK. There are three classes in the java.net package that have proxy support: - java.net.Socket Introduced in Java 1.0,