Package | Description |
---|---|
org.springframework.http.codec |
Provides implementations of
Encoder
and Decoder for web use. |
org.springframework.http.codec.json |
JSON encoder and decoder support.
|
org.springframework.http.codec.multipart |
Multipart support.
|
org.springframework.http.codec.support |
Provides implementations of
ClientCodecConfigurer
and ServerCodecConfigurer based on the converter
implementations from org.springframework.http.codec.json and co. |
org.springframework.web.server.adapter |
Implementations to adapt to the underlying
org.springframework.http.client.reactive reactive HTTP adapter
and HttpHandler . |
Class and Description |
---|
ClientCodecConfigurer
Helps to configure a list of client-side HTTP message readers and writers
with support for built-in defaults and options to register additional custom
readers and writers via
CodecConfigurer.customCodecs() . |
ClientCodecConfigurer.ClientDefaultCodecs
Extension of
DefaultCodecs with extra client 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 and container for custom HTTP message readers and writers.
|
CodecConfigurer.DefaultCodecs
Assists with customizing the default HTTP message readers and writers.
|
HttpMessageReader
Strategy for reading from a
ReactiveHttpInputMessage and 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 an ReactiveHttpOutputMessage . |
ServerCodecConfigurer
Helps to configure a list of server-side HTTP message readers and writers
with support for built-in defaults and options to register additional custom
readers and writers via
CodecConfigurer.customCodecs() . |
ServerCodecConfigurer.ServerDefaultCodecs
Extension of
DefaultCodecs with extra server options. |
ServerSentEvent
Representation for a Server-Sent Event for use with Spring's reactive Web support.
|
ServerSentEvent.Builder
A mutable builder for a
SseEvent . |
Class and Description |
---|
HttpMessageDecoder
Extension of
Decoder exposing extra methods relevant in the context
of HTTP request or response body decoding. |
HttpMessageEncoder
Extension of
Encoder exposing extra methods relevant in the context
of HTTP request or response body encoding. |
Class and Description |
---|
HttpMessageReader
Strategy for reading from a
ReactiveHttpInputMessage and 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 an ReactiveHttpOutputMessage . |
Class and Description |
---|
ClientCodecConfigurer
Helps to configure a list of client-side HTTP message readers and writers
with support for built-in defaults and options to register additional custom
readers and writers via
CodecConfigurer.customCodecs() . |
ClientCodecConfigurer.ClientDefaultCodecs
Extension of
DefaultCodecs with extra client options. |
CodecConfigurer
Defines a common interface for configuring either client or server HTTP
message readers and writers.
|
ServerCodecConfigurer
Helps to configure a list of server-side HTTP message readers and writers
with support for built-in defaults and options to register additional custom
readers and writers via
CodecConfigurer.customCodecs() . |
ServerCodecConfigurer.ServerDefaultCodecs
Extension of
DefaultCodecs with extra server options. |
Class and Description |
---|
ServerCodecConfigurer
Helps to configure a list of server-side HTTP message readers and writers
with support for built-in defaults and options to register additional custom
readers and writers via
CodecConfigurer.customCodecs() . |