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 HandlerFunctions,
a HandlerResultHandler that supports ServerResponses, and
a ServerRequest wrapper to adapt a request.-
ClassesClassDescription
HandlerAdapterimplementation that supportsHandlerFunctions.HandlerMappingimplementation that supportsRouterFunctions.Implementation of theServerRequestinterface that can be subclassed to adapt the request in ahandler filter function.Implementation of theHeadersinterface that can be subclassed to adapt the headers in ahandler filter function.HandlerResultHandlerimplementation that supportsServerResponses.