src/share/classes/com/sun/net/httpserver/spi/package-info.java

Print this page

        

*** 22,30 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! Provides a pluggable service provider interface, which allows the HTTP server ! implementation to be replaced with other implementations. ! */ package com.sun.net.httpserver.spi; --- 22,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Provides a pluggable service provider interface, which allows the HTTP server ! * implementation to be replaced with other implementations. ! */ ! @jdk.Supported package com.sun.net.httpserver.spi;