Uses of Interface
org.springframework.web.reactive.function.server.HandlerStrategies
Packages that use HandlerStrategies
Package
Description
Provides the types that make up Spring's functional web framework for Reactive environments.
-
Uses of HandlerStrategies in org.springframework.web.reactive.function.server
Methods in org.springframework.web.reactive.function.server that return HandlerStrategiesModifier and TypeMethodDescriptionHandlerStrategies.Builder.build()Builds theHandlerStrategies.static HandlerStrategiesHandlerStrategies.withDefaults()Return a newHandlerStrategieswith default initialization.Methods in org.springframework.web.reactive.function.server with parameters of type HandlerStrategiesModifier and TypeMethodDescriptionstatic org.springframework.http.server.reactive.HttpHandlerRouterFunctions.toHttpHandler(RouterFunction<?> routerFunction, HandlerStrategies strategies) Convert the given router function into anHttpHandler, using the given strategies.static org.springframework.web.server.WebHandlerRouterFunctions.toWebHandler(RouterFunction<?> routerFunction, HandlerStrategies strategies) Convert the given router function into aWebHandler, using the given strategies.