mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 00:17:18 +00:00
- Split Stream in Stream.Client and Server.Server, so segregate client-specific actions and events. Now, only Stream.Server has method respond(), and only Stream.Client.Listener has method onResponse(). - Improved javadocs, and updated javadoc module to create javadocs for both http3 and quic modules. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>