jetty.project/jetty-core/jetty-http2
Simone Bordet ded18f523d
Fixes #9166 - Jetty 12: review/remove ByteBufferPool (#9195)
* Fixes #9166 - Jetty 12: review/remove ByteBufferPool

* Replaced usages of ByteBufferPool with RetainableByteBufferPool.
* Removed ByteBufferPool and related classes.
* Renamed oej.http2.frames.DataFrame.getData() -> getByteBuffer() for consistency.
* Removed Accumulator.acquire(), and updated code to use RetainableByteBufferPool.acquire() instead.
* Fixed HttpOutput callbacks to correctly call super.onCompleteSuccess() and super.onCompleteFailure().

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-01-27 13:40:49 +01:00
..
jetty-http2-client Fixes #9166 - Jetty 12: review/remove ByteBufferPool (#9195) 2023-01-27 13:40:49 +01:00
jetty-http2-client-transport Fixes #9166 - Jetty 12: review/remove ByteBufferPool (#9195) 2023-01-27 13:40:49 +01:00
jetty-http2-common Fixes #9166 - Jetty 12: review/remove ByteBufferPool (#9195) 2023-01-27 13:40:49 +01:00
jetty-http2-hpack [Jetty 12] Made WebSocket over HTTP/2 work. (#8685) 2022-10-07 12:50:42 +02:00
jetty-http2-server Fixes #9166 - Jetty 12: review/remove ByteBufferPool (#9195) 2023-01-27 13:40:49 +01:00
jetty-http2-tests Fixes #9166 - Jetty 12: review/remove ByteBufferPool (#9195) 2023-01-27 13:40:49 +01:00
pom.xml Jetty 12 module renaming - jetty-http2. 2022-08-12 09:33:31 +02:00