org.springframework.web.reactive.function package.See: Description
| Class | Description |
|---|---|
| HandlerFunctionAdapter |
HandlerAdapter implementation that supports HandlerFunctions. |
| RequestWrapper |
Implementation of the
Request interface that can be subclassed to adapt the request to a
handler function. |
| RequestWrapper.HeadersWrapper |
Implementation of the
Headers interface that can be subclassed to adapt the headers to a
handler function. |
| ResponseResultHandler |
HandlerResultHandler implementation that supports Responses. |
org.springframework.web.reactive.function package.
Contains a HandlerAdapter that supports HandlerFunctions,
a HandlerResultHandler that supports Responses, and
a Request wrapper to adapt a request.