Package org.springframework.web.reactive.function.server.support
@NonNullApi
@NonNullFields
package org.springframework.web.reactive.function.server.support
Classes supporting the
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.-
ClassDescription
HandlerAdapter
implementation that supportsHandlerFunctions
.HandlerMapping
implementation that supportsRouterFunctions
.Implementation of theServerRequest
interface that can be subclassed to adapt the request in ahandler filter function
.Implementation of theHeaders
interface that can be subclassed to adapt the headers in ahandler filter function
.HandlerResultHandler
implementation that supportsServerResponses
.