jetty.project/jetty-core/jetty-io
Simone Bordet 69a7b06f06
Jetty 12.0.x retainable chunk (#8325)
Made Chunk implement Retainable, and protocol implementations
to link the RetainableByteBuffer all the way to the Chunk.

Extended Retainable to have both a retain() and a release() methods.

Removed HTTP/2's ISession and IStream, now just using HTTP2Session and HTTP2Stream.
Removed *.Adapter classes in favor of interfaces with default methods.

Javadoc additions and clarifications.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-07-25 13:22:14 +02:00
..
src Jetty 12.0.x retainable chunk (#8325) 2022-07-25 13:22:14 +02:00
pom.xml Add --reads org.eclipse.jetty.logging to surefire config 2022-05-24 20:34:13 +10:00