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.
Contains a basic abstraction over client/server-side HTTP.
Abstractions for reactive HTTP client support including
ClientHttpRequest and
ClientHttpResponse as well as a
ClientHttpConnector.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.
-
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.bufferClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers, 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 wraps a NettyByteBuf.Implementation of theDataBufferFactoryinterface based on a NettyByteBufAllocator.Extension ofDataBufferthat allows for buffer that share a memory pool. -
Classes in org.springframework.core.io.buffer used by org.springframework.httpClassDescriptionBasic 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.http.client.reactiveClassDescriptionBasic 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.http.codec.cborClassDescriptionBasic 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.http.codec.jsonClassDescriptionBasic 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.http.codec.multipartClassDescriptionBasic 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.http.codec.protobufClassDescriptionBasic 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.http.codec.xmlClassDescriptionBasic 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.http.server.reactiveClassDescriptionBasic 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.messaging.rsocketClassDescriptionBasic 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.mock.http.client.reactiveClassDescriptionBasic 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.mock.http.server.reactiveClassDescriptionBasic 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.r2dbc.connection.init
-
Classes in org.springframework.core.io.buffer used by org.springframework.web.reactive.function
-
-
-
Classes in org.springframework.core.io.buffer used by org.springframework.web.reactive.socketClassDescriptionBasic 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.web.reactive.socket.adapterClassDescriptionBasic abstraction over byte buffers.A factory for
DataBuffers, allowing for allocation and wrapping of data buffers.Implementation of theDataBufferFactoryinterface based on a NettyByteBufAllocator. -
Classes in org.springframework.core.io.buffer used by org.springframework.web.reactive.socket.client