jetty.project/jetty-core/jetty-tests
Greg Wilkins 4f4bec0624
ByteChannelContentSource (#11910)
Introduces a ByteChannelContentSource which is needed for the spring framework integration.

It also introduces a few minor utilities:

a ByteBufferPool.Sized class that is a ByteBufferPool.Wrapper with a configured size and type so a no args acquire() method can be called. This avoid the need to many classes to have a three fields: pool, size and direct and also can avoid constructors/methods with size and direct
an ExceptionUtil.run(Runnable, Consumer<Throwable> failure) that is a simple try catch and avoids many private methods being created to do just that.
2024-06-24 14:35:23 +10:00
..
jetty-test-client-transports ByteChannelContentSource (#11910) 2024-06-24 14:35:23 +10:00
jetty-test-jmx Updating to version 12.0.11-SNAPSHOT 2024-05-30 15:23:16 +10:00
pom.xml Updating to version 12.0.11-SNAPSHOT 2024-05-30 15:23:16 +10:00