| Package | Description | 
|---|---|
| org.springframework.web.reactive.function.server.support | Classes supporting the  org.springframework.web.reactive.function.serverpackage. | 
| org.springframework.web.reactive.result.method.annotation | Infrastructure for annotation-based handler method processing. | 
| org.springframework.web.reactive.result.view | Support for result handling through view resolution. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ServerResponseResultHandlerHandlerResultHandlerimplementation that supportsServerResponses. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ResponseBodyResultHandlerHandlerResultHandlerthat handles return values from methods annotated
 with@ResponseBodywriting to the body of the request or response with
 anHttpMessageWriter. | 
| class  | ResponseEntityResultHandlerHandles  HttpEntityandResponseEntityreturn values. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ViewResolutionResultHandlerHandlerResultHandlerthat encapsulates the view resolution algorithm
 supporting the following return types:Voidor no value -- default view nameString-- view name unless@ModelAttribute-annotatedView-- View to render withModel-- attributes to add to the modelMap-- attributes to add to the modelRendering-- use case driven API for view resolution@ModelAttribute-- attribute for the model
 Non-simple value -- attribute for the model |