See: Description
| Interface | Description |
|---|---|
| HttpMessageReader<T> |
Strategy interface that specifies a reader that can convert from the HTTP
request body from a stream of bytes to Objects.
|
| HttpMessageWriter<T> |
Strategy interface that specifies a converter that can convert a stream of
Objects to a stream of bytes to be written to the HTTP response body.
|
| Class | Description |
|---|---|
| DecoderHttpMessageReader<T> |
Implementation of the
HttpMessageReader interface that delegates
to a Decoder. |
| EncoderHttpMessageWriter<T> |
Implementation of the
HttpMessageWriter interface that delegates
to an Encoder. |
| ResourceHttpMessageWriter |
Implementation of
HttpMessageWriter that can write
Resources. |
| SseEvent |
Representation for a Server-Sent Event for use with Spring's reactive Web
support.
|
| SseEventHttpMessageWriter |
Encoder
and Decoder for web use.
Also declares a high-level
HttpMessageReader and
HttpMessageWriter for reading and
writing the body of HTTP requests and responses.