Package org.springframework.web.filter.reactive
@NonNullApi
@NonNullFields
package org.springframework.web.filter.reactive
WebFilter
implementations for use in
reactive web applications.-
ClassDescriptionReactive
WebFilter
that converts posted method parameters into HTTP methods, retrievable viaHttpRequest.getMethod()
.Deprecated, for removal: This API element is subject to removal in a future version.Inserts an attribute in the ReactorContext
that makes the currentServerWebExchange
available under the attribute nameServerWebExchangeContextFilter.EXCHANGE_CONTEXT_ATTRIBUTE
.
WebHttpHandlerBuilder
.