See: Description
Interface | Description |
---|---|
BodyExtractor<T,M extends ReactiveHttpInputMessage> |
A function that can extract data from a
ReactiveHttpInputMessage body. |
BodyExtractor.Context |
Defines the context used during the extraction.
|
BodyInserter<T,M extends ReactiveHttpOutputMessage> |
A combination of functions that can populate a
ReactiveHttpOutputMessage body. |
BodyInserter.Context |
Defines the context used during the insertion.
|
BodyInserters.FormInserter<T> |
Extension of
BodyInserter that allows for adding form data or
multipart form data. |
BodyInserters.MultipartInserter |
Extension of
BodyInserters.FormInserter that allows for adding asynchronous parts. |
Class | Description |
---|---|
BodyExtractors |
Implementations of
BodyExtractor that read various bodies, such a reactive streams. |
BodyInserters |
Implementations of
BodyInserter that write various bodies, such a reactive streams,
server-sent events, resources, etc. |
Exception | Description |
---|---|
UnsupportedMediaTypeException |
Exception thrown to indicate that a
Content-Type is not supported. |