Issue #6728 - QUIC and HTTP/3
Fixed javadocs. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
9231d43308
commit
e8c6fcf975
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue