Uses of Package
org.springframework.http.codec
Packages that use org.springframework.http.codec Package Description org.springframework.http.codec org.springframework.http.codec.cbor org.springframework.http.codec.json JSON encoder and decoder support.org.springframework.http.codec.multipart Multipart support.org.springframework.http.codec.protobuf Provides an encoder and a decoder for Google Protocol Buffers.org.springframework.http.codec.support Provides implementations ofClientCodecConfigurerandServerCodecConfigurerbased on the converter implementations fromorg.springframework.http.codec.jsonand co.org.springframework.mock.web.reactive.function.server Mock objects for the functional web framework.org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.org.springframework.web.reactive.function Provides a foundation for both the reactive client and server subpackages.org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.org.springframework.web.reactive.function.server Provides the types that make up Spring's functional web framework for Reactive environments.org.springframework.web.reactive.function.server.support Classes supporting theorg.springframework.web.reactive.function.serverpackage.org.springframework.web.reactive.resource Support classes for serving static resources.org.springframework.web.reactive.result.method.annotation Infrastructure for annotation-based handler method processing.org.springframework.web.reactive.result.view Support for result handling through view resolution.org.springframework.web.server.adapter Implementations to adapt to the underlyingorg.springframework.http.client.reactivereactive HTTP adapter andHttpHandler.Classes in org.springframework.http.codec used by org.springframework.http.codec Class Description ClientCodecConfigurer Extension ofCodecConfigurerfor HTTP message reader and writer options relevant on the client side.ClientCodecConfigurer.ClientDefaultCodecs CodecConfigurer.DefaultCodecsextension with extra client-side options.ClientCodecConfigurer.MultipartCodecs Registry and container for multipart HTTP message writers.CodecConfigurer Defines a common interface for configuring either client or server HTTP message readers and writers.CodecConfigurer.CustomCodecs Registry for custom HTTP message readers and writers.CodecConfigurer.DefaultCodecConfig Exposes the values of properties configured throughCodecConfigurer.defaultCodecs()that are applied to default codecs.CodecConfigurer.DefaultCodecs Customize or replace the HTTP message readers and writers registered by default.DecoderHttpMessageReader HttpMessageReaderthat wraps and delegates to aDecoder.HttpMessageReader Strategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.HttpMessageWriter Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.LoggingCodecSupport Base class forEncoder,Decoder,HttpMessageReader, orHttpMessageWriterthat uses a logger and shows potentially sensitive request data.ServerCodecConfigurer Extension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.ServerCodecConfigurer.ServerDefaultCodecs CodecConfigurer.DefaultCodecsextension with extra client-side options.ServerSentEvent Representation for a Server-Sent Event for use with Spring's reactive Web support.ServerSentEvent.Builder A mutable builder for aSseEvent.Classes in org.springframework.http.codec used by org.springframework.http.codec.cbor Class Description HttpMessageDecoder Extension ofDecoderexposing extra methods relevant in the context of HTTP request or response body decoding.HttpMessageEncoder Extension ofEncoderexposing extra methods relevant in the context of HTTP request or response body encoding.Classes in org.springframework.http.codec used by org.springframework.http.codec.json Class Description HttpMessageDecoder Extension ofDecoderexposing extra methods relevant in the context of HTTP request or response body decoding.HttpMessageEncoder Extension ofEncoderexposing extra methods relevant in the context of HTTP request or response body encoding.Classes in org.springframework.http.codec used by org.springframework.http.codec.multipart Class Description HttpMessageReader Strategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.HttpMessageWriter Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.LoggingCodecSupport 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.protobuf Class Description EncoderHttpMessageWriter HttpMessageWriterthat wraps and delegates to anEncoder.HttpMessageEncoder Extension ofEncoderexposing extra methods relevant in the context of HTTP request or response body encoding.HttpMessageWriter 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.http.codec.support Class Description ClientCodecConfigurer Extension ofCodecConfigurerfor HTTP message reader and writer options relevant on the client side.ClientCodecConfigurer.ClientDefaultCodecs CodecConfigurer.DefaultCodecsextension with extra client-side options.CodecConfigurer Defines a common interface for configuring either client or server HTTP message readers and writers.ServerCodecConfigurer Extension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.ServerCodecConfigurer.ServerDefaultCodecs CodecConfigurer.DefaultCodecsextension with extra client-side options.Classes in org.springframework.http.codec used by org.springframework.mock.web.reactive.function.server Class Description HttpMessageReader Strategy 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.server Class Description ClientCodecConfigurer Extension ofCodecConfigurerfor HTTP message reader and writer options relevant on the client side.ServerCodecConfigurer 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.config Class Description ServerCodecConfigurer 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 Class Description HttpMessageReader Strategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.HttpMessageWriter Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.ServerSentEvent 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.client Class Description ClientCodecConfigurer Extension ofCodecConfigurerfor HTTP message reader and writer options relevant on the client side.HttpMessageReader Strategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.HttpMessageWriter 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.server Class Description HttpMessageReader Strategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.HttpMessageWriter Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.ServerCodecConfigurer 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.support Class Description HttpMessageReader Strategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.HttpMessageWriter 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 Class Description ResourceHttpMessageWriter HttpMessageWriterthat can write aResource.Classes in org.springframework.http.codec used by org.springframework.web.reactive.result.method.annotation Class Description HttpMessageReader Strategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.HttpMessageWriter 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.view Class Description HttpMessageWriter 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.server.adapter Class Description ServerCodecConfigurer Extension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.