Uses of Package
org.springframework.http.codec
Packages that use org.springframework.http.codec
Package
Description
JSON encoder and decoder support.
Multipart support.
Provides an encoder and a decoder for
 Google Protocol Buffers.
Provides implementations of 
ClientCodecConfigurer
 and ServerCodecConfigurer based on the converter
 implementations from org.springframework.http.codec.json and co.Mock objects for the functional web framework.
Support for testing Spring WebFlux server endpoints via
 
WebTestClient.Spring WebFlux configuration infrastructure.
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.
Classes supporting the 
org.springframework.web.reactive.function.server package.Support classes for serving static resources.
Infrastructure for annotation-based handler method processing.
Support for result handling through view resolution.
Implementations to adapt to the underlying
 
org.springframework.http.client.reactive reactive HTTP adapter
 and HttpHandler.- 
Classes in org.springframework.http.codec used by org.springframework.http.codecClassDescriptionExtension ofCodecConfigurerfor HTTP message reader and writer options relevant on the client side.CodecConfigurer.DefaultCodecsextension with extra client-side options.Defines a common interface for configuring either client or server HTTP message readers and writers.Registry for custom HTTP message readers and writers.Exposes the values of properties configured throughCodecConfigurer.defaultCodecs()that are applied to default codecs.Customize or replace the HTTP message readers and writers registered by default.Registry and container for multipart HTTP message writers.HttpMessageReaderthat wraps and delegates to aDecoder.Strategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.Base class providing support methods for encoding and decoding with Kotlin serialization.Base class forEncoder,Decoder,HttpMessageReader, orHttpMessageWriterthat uses a logger and shows potentially sensitive request data.Extension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.CodecConfigurer.DefaultCodecsextension with extra server-side options.Representation for a Server-Sent Event for use with Spring's reactive Web support.A mutable builder for aSseEvent.
- 
Classes in org.springframework.http.codec used by org.springframework.http.codec.cborClassDescriptionExtension ofDecoderexposing extra methods relevant in the context of HTTP request or response body decoding.Extension ofEncoderexposing extra methods relevant in the context of HTTP request or response body encoding.Abstract base class forDecoderimplementations that defer to Kotlin binary serializers.Abstract base class forEncoderimplementations that defer to Kotlin binary serializers.Base class providing support methods for encoding and decoding with Kotlin serialization.
- 
Classes in org.springframework.http.codec used by org.springframework.http.codec.jsonClassDescriptionExtension ofDecoderexposing extra methods relevant in the context of HTTP request or response body decoding.Extension ofEncoderexposing extra methods relevant in the context of HTTP request or response body encoding.Abstract base class forDecoderimplementations that defer to Kotlin string serializers.Abstract base class forEncoderimplementations that defer to Kotlin string serializers.Base class providing support methods for encoding and decoding with Kotlin serialization.
- 
Classes in org.springframework.http.codec used by org.springframework.http.codec.multipartClassDescriptionStrategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.Base class forEncoder,Decoder,HttpMessageReader, orHttpMessageWriterthat uses a logger and shows potentially sensitive request data.
- 
Classes in org.springframework.http.codec used by org.springframework.http.codec.protobufClassDescriptionHttpMessageWriterthat wraps and delegates to anEncoder.Extension ofEncoderexposing extra methods relevant in the context of HTTP request or response body encoding.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.Abstract base class forDecoderimplementations that defer to Kotlin binary serializers.Abstract base class forEncoderimplementations that defer to Kotlin binary serializers.Base class providing support methods for encoding and decoding with Kotlin serialization.
- 
Classes in org.springframework.http.codec used by org.springframework.http.codec.supportClassDescriptionExtension ofCodecConfigurerfor HTTP message reader and writer options relevant on the client side.CodecConfigurer.DefaultCodecsextension with extra client-side options.Defines a common interface for configuring either client or server HTTP message readers and writers.Extension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.CodecConfigurer.DefaultCodecsextension with extra server-side options.
- 
Classes in org.springframework.http.codec used by org.springframework.mock.web.reactive.function.serverClassDescriptionStrategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.
- 
Classes in org.springframework.http.codec used by org.springframework.test.web.reactive.serverClassDescriptionExtension ofCodecConfigurerfor HTTP message reader and writer options relevant on the client side.Extension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.
- 
Classes in org.springframework.http.codec used by org.springframework.web.reactive.configClassDescriptionExtension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.
- 
Classes in org.springframework.http.codec used by org.springframework.web.reactive.functionClassDescriptionStrategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.Representation for a Server-Sent Event for use with Spring's reactive Web support.
- 
Classes in org.springframework.http.codec used by org.springframework.web.reactive.function.clientClassDescriptionExtension ofCodecConfigurerfor HTTP message reader and writer options relevant on the client side.Strategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.
- 
Classes in org.springframework.http.codec used by org.springframework.web.reactive.function.serverClassDescriptionStrategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.Extension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.
- 
Classes in org.springframework.http.codec used by org.springframework.web.reactive.function.server.supportClassDescriptionStrategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.
- 
Classes in org.springframework.http.codec used by org.springframework.web.reactive.resource
- 
Classes in org.springframework.http.codec used by org.springframework.web.reactive.result.method.annotationClassDescriptionStrategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.
- 
Classes in org.springframework.http.codec used by org.springframework.web.reactive.result.viewClassDescriptionStrategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.
- 
Classes in org.springframework.http.codec used by org.springframework.web.server.adapterClassDescriptionExtension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.