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

Print this page

        

@@ -30,10 +30,11 @@
 /**
  * A handler which is invoked to process HTTP exchanges. Each
  * HTTP exchange is handled by one of these handlers.
  * @since 1.6
  */
+@jdk.Supported
 public interface HttpHandler {
     /**
      * Handle the given request and generate an appropriate response.
      * See {@link HttpExchange} for a description of the steps
      * involved in handling an exchange.