org.springframework.web.reactive.function.server
package.See: Description
Class | Description |
---|---|
HandlerFunctionAdapter |
HandlerAdapter implementation that supports HandlerFunction s. |
RouterFunctionMapping |
HandlerMapping implementation that supports RouterFunction s. |
ServerRequestWrapper |
Implementation of the
ServerRequest interface that can be subclassed
to adapt the request in a
handler filter function . |
ServerRequestWrapper.HeadersWrapper |
Implementation of the
Headers interface that can be subclassed
to adapt the headers in a
handler filter function . |
ServerResponseResultHandler |
HandlerResultHandler implementation that supports ServerResponse s. |
org.springframework.web.reactive.function.server
package.
Contains a HandlerAdapter
that supports HandlerFunction
s,
a HandlerResultHandler
that supports ServerResponse
s, and
a ServerRequest
wrapper to adapt a request.