Uses of Class
org.springframework.boot.actuate.web.exchanges.HttpExchange.Response
-
Uses of HttpExchange.Response in org.springframework.boot.actuate.web.exchanges
Modifier and TypeMethodDescriptionHttpExchange.getResponse()
Returns the response that completed the exchange.ModifierConstructorDescriptionHttpExchange
(Instant timestamp, HttpExchange.Request request, HttpExchange.Response response, HttpExchange.Principal principal, HttpExchange.Session session, Duration timeTaken) Primarily for use byHttpExchangeRepository
implementations when recreating an exchange from a persistent store.