RFR: 8347348: Clarify that the HTTP server in jdk.httpserver module is not a full featured server

Jaikiran Pai jpai at openjdk.org
Thu Jan 9 14:05:37 UTC 2025


On Thu, 9 Jan 2025 13:46:26 GMT, Josiah Noel <duke at openjdk.org> wrote:

> But is it really the case that the entire API should not be implemented for non-testing use-cases?

The current API of this server has been designed keeping in mind only minimal use cases. To be able to use this API or provide an SPI in the context of a full featured HTTP server (where the HTTP protocol itself has more than one protocol version), it would very likely require additional changes or enhancements. The proposed text here is to make it clear that it is not a goal of the jdk.httpserver to provide that level of API or SPI support.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/23004#issuecomment-2580278391


More information about the net-dev mailing list