public class WebFilterExchange
extends java.lang.Object
ServerWebExchange and the WebFilterChain. This is typically used as a value object
for handling success and failures.| Constructor and Description |
|---|
WebFilterExchange(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.web.server.WebFilterChain chain) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.server.WebFilterChain |
getChain()
The filter chain
|
org.springframework.web.server.ServerWebExchange |
getExchange()
Get the exchange
|