Skip to content

Commit aa70f0a

Browse files
committed
8347348: Clarify that the HTTP server in jdk.httpserver module is not a full featured server
Reviewed-by: michaelm, dfuchs
1 parent d551dac commit aa70f0a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/jdk.httpserver/share/classes/module-info.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2014, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -101,6 +101,14 @@
101101
* socket option on all incoming connections.
102102
* </li></ul>
103103
*
104+
* @apiNote The API and SPI in this module are designed and implemented to support a minimal
105+
* HTTP server and simple HTTP semantics primarily.
106+
*
107+
* @implNote The default implementation of the HTTP server provided in this module is intended
108+
* for simple usages like local testing, development, and debugging. Accordingly, the design
109+
* and implementation of the server does not intend to be a full-featured, high performance
110+
* HTTP server.
111+
*
104112
* @toolGuide jwebserver
105113
*
106114
* @uses com.sun.net.httpserver.spi.HttpServerProvider

0 commit comments

Comments
 (0)