Uses of Package
org.springframework.http.codec
Packages that use org.springframework.http.codec
Package
Description
Provides implementations of
Encoder
and Decoder for web use.CBOR encoder and decoder support.
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.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 of
CodecConfigurerfor 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 of
Decoderexposing 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 of
Decoderexposing 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 a
ReactiveHttpInputMessageand 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.protobufClassDescription
HttpMessageWriterthat 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 of
CodecConfigurerfor 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.web.server.adapterClassDescriptionExtension of
CodecConfigurerfor HTTP message reader and writer options relevant on the server side.