Class HttpExchange

java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchange

public final class HttpExchange extends Object
An HTTP request and response exchange. Can be used for analyzing contextual information such as HTTP headers. Data from this class will be exposed by the HttpExchangesEndpoint, usually as JSON.
Since:
3.0.0
Author:
Dave Syer, Andy Wilkinson, Phillip Webb