| Package | Description |
|---|---|
| org.springframework.web.reactive.function.server |
Provides the types that make up Spring's functional web framework for Reactive environments.
|
| Modifier and Type | Method and Description |
|---|---|
HandlerStrategies |
HandlerStrategies.Builder.build()
Builds the
HandlerStrategies. |
static HandlerStrategies |
HandlerStrategies.withDefaults()
Return a new
HandlerStrategies with default initialization. |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.http.server.reactive.HttpHandler |
RouterFunctions.toHttpHandler(RouterFunction<?> routerFunction,
HandlerStrategies strategies)
Convert the given router function into a
HttpHandler,
using the given strategies. |
static org.springframework.web.server.WebHandler |
RouterFunctions.toWebHandler(RouterFunction<?> routerFunction,
HandlerStrategies strategies)
Convert the given router function into a
WebHandler,
using the given strategies. |