org.springframework.web.reactive.function.server
package.See: Description
Class | Description |
---|---|
HandlerFunctionAdapter |
HandlerAdapter implementation that supports HandlerFunctions . |
RouterFunctionMapping |
HandlerMapping implementation that supports RouterFunctions . |
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 ServerResponses . |
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.