See: Description
| Interface | Description | 
|---|---|
| BodyExtractor<T,M extends ReactiveHttpInputMessage> | A function that can extract data from a  ReactiveHttpInputMessagebody. | 
| BodyExtractor.Context | Defines the context used during the extraction. | 
| BodyInserter<T,M extends ReactiveHttpOutputMessage> | A combination of functions that can populate a  ReactiveHttpOutputMessagebody. | 
| BodyInserter.Context | Defines the context used during the insertion. | 
| BodyInserters.FormInserter<T> | Extension of  BodyInserterthat allows for adding form data or
 multipart form data. | 
| BodyInserters.MultipartInserter | Extension of  BodyInserters.FormInserterthat allows for adding asynchronous parts. | 
| Class | Description | 
|---|---|
| BodyExtractors | Static factory methods for  BodyExtractorimplementations. | 
| BodyInserters | Static factory methods for  BodyInserterimplementations. | 
| Exception | Description | 
|---|---|
| UnsupportedMediaTypeException | Exception thrown to indicate that a  Content-Typeis not supported. |