Uses of Class
org.springframework.boot.actuate.web.exchanges.HttpExchange.Request
Packages that use HttpExchange.Request
-
Uses of HttpExchange.Request in org.springframework.boot.actuate.web.exchanges
Methods in org.springframework.boot.actuate.web.exchanges that return HttpExchange.RequestModifier and TypeMethodDescriptionHttpExchange.getRequest()
Returns the request that started the exchange.Constructors in org.springframework.boot.actuate.web.exchanges with parameters of type HttpExchange.RequestModifierConstructorDescriptionHttpExchange
(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.