|
Generated by JDiff |
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Removed Classes and Interfaces | |
|
HttpMessageReader wrapper that implements ServerHttpMessageReader in order to allow providing hints to the nested {@code reader} or setting the response status for example, by implementing .resolveReadHints(ResolvableType, ResolvableType, ServerHttpRequest). |
|
HttpMessageWriter wrapper that implements ServerHttpMessageWriter in order to allow providing hints to the nested {@code writer} or setting the response status for example, by implementing .resolveWriteHints(ResolvableType, ResolvableType, MediaType, ServerHttpRequest). |
|
ServerHttpMessageReader that resolves those annotation or request based Jackson 2 hints:
|
|
Jackson ServerHttpMessageWriter that resolves {@code @JsonView} annotated handler method and deals with AbstractEncoder.FLUSHING_STRATEGY_HINT. |
|
Server oriented HttpMessageReader that allows to resolve hints using annotations or perform additional operation using ServerHttpRequest or ServerHttpResponse. |
|
Server oriented HttpMessageWriter that allows to resolve hints using annotations or perform additional operation using ServerHttpRequest or ServerHttpResponse. |
Added Interfaces | |
|
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 .customCodecs(). |
ClientDefaultCodecsConfigurer |
Extension of DefaultCodecConfigurer with extra client options. |
|
Defines the interface for client or server HTTP message reader and writer configurers. |
|
Registry and container for custom HTTP message readers and writers. |
|
Registry and container for built-in HTTP message readers and writers. |
|
Extension of {@code Decoder} exposing extra methods relevant in the context of HTTP request or response body decoding. |
|
Extension of {@code Encoder} exposing extra methods relevant in the context of HTTP request or response body encoding. |
|
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 .customCodecs(). |
ServerDefaultCodecsConfigurer |
Extension of DefaultCodecConfigurer with extra server options. |
Changed Classes and Interfaces | |
|
{@code HttpMessageReader} that wraps and delegates to a Decoder. |
|
{@code HttpMessageWriter} that wraps and delegates to a Encoder. |
|
Strategy for reading from a ReactiveHttpInputMessage and decoding
the stream of bytes to Objects of type {@code |
|
Strategy for encoding a stream of objects of type {@code |
|
{@code HttpMessageWriter} that can write a Resource. |
|
Reader that supports a stream of ServerSentEvents and also plain Objects which is the same as an ServerSentEvent with data only. |
|
{@code HttpMessageWriter} for {@code "text/event-stream"} responses. |
|
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |