RFR: 8288493: Document JDK specific system properties in jdk.httpserver [v5]
Michael McMahon
michaelm at openjdk.org
Thu Oct 20 12:19:55 UTC 2022
On Thu, 20 Oct 2022 11:49:25 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> Maybe, I should include the property that is used to locate the impl as first in the list and say the remaining properties apply to the default impl in the JDK?
>
> No. That property should probably be deprecated since there is a more modern (ServiceLoader based) alternative implemented. But you could refer to the `@uses com.sun.net.httpserver.spi.HttpServerProvider` service.
I don't mind leaving it out for now. It's of less general interest than the others, but is documented in the SPI apidocs.
-------------
PR: https://git.openjdk.org/jdk/pull/10766
More information about the net-dev
mailing list