src/share/classes/com/sun/net/httpserver/HttpsServer.java

Print this page

        

@@ -43,10 +43,11 @@
  * <p>
  * All other configuration is the same as for HttpServer.
  * @since 1.6
  */
 
+@jdk.Supported
 public abstract class HttpsServer extends HttpServer {
 
     /**
      */
     protected HttpsServer () {