← Back to context

Comment by lukaszkorecki

7 days 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.https...

sun is typically not available anymore / deprecated even and not available in the JRE or it's early access, but fair point.

  • I 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

    • so 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.