Uses of Package
org.springframework.core.io.buffer
Packages that use org.springframework.core.io.buffer
Package
Description
Generic abstraction for working with byte buffer implementations.
-
Classes in org.springframework.core.io.buffer used by org.springframework.core.codecClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers, allowing for allocation and wrapping of data buffers. -
Classes in org.springframework.core.io.buffer used by org.springframework.core.io.bufferClassDescriptionExtension of
DataBufferthat allows for buffers that can be used in atry-with-resources statement.Basic abstraction over byte buffers.A dedicated iterator type that ensures the lifecycle of iteratedByteBufferelements.A factory forDataBuffers, allowing for allocation and wrapping of data buffers.Contract to find delimiter(s) against one or more data buffers that can be passed one at a time to theDataBufferUtils.Matcher.match(DataBuffer)method.Default implementation of theDataBufferinterface that uses aByteBufferinternally.Default implementation of theDataBufferFactoryinterface.Implementation of theDataBufferinterface that can wrap a JettyContent.Chunk.Implementation of theDataBufferinterface that wraps a Netty 5Buffer.Implementation of theDataBufferinterface that wraps a Netty 4ByteBuf.Implementation of theDataBufferFactoryinterface based on a Netty 4ByteBufAllocator.Extension ofDataBufferthat allows for buffers that share a memory pool.Extension ofDataBufferthat allows for buffers that can be given hints for debugging purposes.