Uses of Class
org.springframework.boot.actuate.web.exchanges.HttpExchange
-
Uses of HttpExchange in org.springframework.boot.actuate.web.exchanges
Modifier and TypeMethodDescriptionHttpExchange.Started.finish
(Clock clock, RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchange
instance.HttpExchange.Started.finish
(Clock clock, RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchange
instance.HttpExchange.Started.finish
(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchange
instance.HttpExchange.Started.finish
(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchange
instance.Modifier and TypeMethodDescriptionHttpExchangeRepository.findAll()
Find allHttpExchange
instances contained in the repository.InMemoryHttpExchangeRepository.findAll()
HttpExchangesEndpoint.HttpExchangesDescriptor.getExchanges()
Modifier and TypeMethodDescriptionvoid
HttpExchangeRepository.add
(HttpExchange httpExchange) Adds anHttpExchange
instance to the repository.void
InMemoryHttpExchangeRepository.add
(HttpExchange exchange)