7 ms·
It has one - it’s been a part of the JDK for a while https://docs.oracle.com/en/java/javase/11/docs/api/jdk.httpserver/com/sun/net/httpserver/HttpServer.html ht
by lukaszkorecki 7mo ago
It has one - it’s been a part of the JDK for a while https://docs.oracle.com/en/java/javase/11/docs/api/jdk.httpserver/com/sun/net/httpserver/HttpServer.html https://docs.oracle.com/en/java/javase/11/docs/api/jdk.https...
- himata4113 7mo agosun is typically not available anymore / deprecated even and not available in the JRE or it's early access, but fair point.
- vips7L 7mo agoI get what you’re saying but this is actually a public api in HotSpot. It was provided in JEP 408: https://openjdk.org/jeps/408 https://openjdk.org/jeps/408
- himata4113 7mo agoso this is what it feels to be old... but to clarify, this was about a year ago where I struggled to find an auto completion for HttpServer and when I searched it up jdk HttpServer was simply not in the results so I made assumptions that were wrong.