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

Print this page

        

@@ -37,10 +37,11 @@
  * response to be generated in one exchange and defines
  * the extensions to HttpExchange that are specific to the HTTPS protocol.
  * @since 1.6
  */
 
+@jdk.Supported
 public abstract class HttpsExchange extends HttpExchange {
 
     protected HttpsExchange () {
     }