org.springframework.web.reactive.function
package.See: Description
Class | Description |
---|---|
HandlerFunctionAdapter |
HandlerAdapter implementation that supports HandlerFunction s. |
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 Response s. |
org.springframework.web.reactive.function
package.
Contains a HandlerAdapter
that supports HandlerFunction
s,
a HandlerResultHandler
that supports Response
s, and
a Request
wrapper to adapt a request.