Class HttpRequestValues

java.lang.Object
org.springframework.web.service.invoker.HttpRequestValues
Direct Known Subclasses:
ReactiveHttpRequestValues

public class HttpRequestValues extends Object
Container for HTTP request values extracted from an @HttpExchange-annotated method and argument values passed to it. This is then given to HttpExchangeAdapter to adapt to the underlying HTTP client.
Since:
6.0
Author:
Rossen Stoyanchev, Olga Maciaszek-Sharma