Issue #6728 - QUIC and HTTP/3

Fixed javadocs.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2021-12-16 18:02:47 +01:00
parent 9231d43308
commit e8c6fcf975
2 changed files with 4 additions and 4 deletions

View File

@ -125,8 +125,8 @@ import org.slf4j.LoggerFactory;
* HTTP3Client - dgramEP - ClientQuiConnection - ClientQuicSession - ClientHTTP3Session -* HTTP3Streams
* </pre>
*
* @apiNote HTTP/3+QUIC support is experimental and not suited for production use.
* APIs may change incompatibly between releases.
* <p>HTTP/3+QUIC support is experimental and not suited for production use.
* APIs may change incompatibly between releases.</p>
*/
public class HTTP3Client extends ContainerLifeCycle
{

View File

@ -30,8 +30,8 @@ import org.slf4j.LoggerFactory;
/**
* <p>A HTTP/3 specific {@link QuicServerConnector} that configures QUIC parameters according to HTTP/3 requirements.</p>
*
* @apiNote HTTP/3+QUIC support is experimental and not suited for production use.
* APIs may change incompatibly between releases.
* <p>HTTP/3+QUIC support is experimental and not suited for production use.
* APIs may change incompatibly between releases.</p>
*/
public class HTTP3ServerConnector extends QuicServerConnector
{