Uses of Package
org.springframework.core.io.buffer
Package
Description
Generic abstraction for working with byte buffer implementations.
Contains a basic abstraction over client/server-side HTTP.
Abstractions for reactive HTTP client support including
ClientHttpRequest
and
ClientHttpResponse
as well as a
ClientHttpConnector
.CBOR encoder and decoder support.
JSON encoder and decoder support.
Multipart support.
Provides an encoder and a decoder for
Google Protocol Buffers.
XML encoder and decoder support.
Abstractions for reactive HTTP server support including a
ServerHttpRequest
and
ServerHttpResponse
along with an
HttpHandler
for processing.Common infrastructure for invoking message handler methods with non-blocking,
and reactive contracts.
Support for the RSocket protocol.
Support classes for working with annotated RSocket stream handling methods.
Mock implementations of reactive HTTP client contracts.
Mock implementations of reactive HTTP server contracts.
Provides extensible support for initializing databases through scripts.
Provides a foundation for both the reactive client and server subpackages.
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive
reactive HTTP adapter layer.Provides the types that make up Spring's functional web framework for Reactive environments.
Abstractions and support classes for reactive WebSocket interactions.
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
Client support for WebSocket interactions.
-
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
ClassDescriptionExtension of
DataBuffer
that 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 iteratedByteBuffer
elements.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 theDataBuffer
interface that uses aByteBuffer
internally.Default implementation of theDataBufferFactory
interface.Implementation of theDataBuffer
interface that wraps a Netty 5Buffer
.Implementation of theDataBuffer
interface that wraps a Netty 4ByteBuf
.Implementation of theDataBufferFactory
interface based on a Netty 4ByteBufAllocator
.Extension ofDataBuffer
that allows for buffers that share a memory pool.Extension ofDataBuffer
that allows for buffers that can be given hints for debugging purposes. -
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
-
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
-
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
-
-
-
-
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers. -
ClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers
, allowing for allocation and wrapping of data buffers.Implementation of theDataBufferFactory
interface based on a Netty 5BufferAllocator
.Implementation of theDataBufferFactory
interface based on a Netty 4ByteBufAllocator
. -