Uses of Class
org.springframework.boot.actuate.web.exchanges.HttpExchange
Packages that use HttpExchange
-
Uses of HttpExchange in org.springframework.boot.actuate.web.exchanges
Methods in org.springframework.boot.actuate.web.exchanges that return HttpExchangeModifier 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.Methods in org.springframework.boot.actuate.web.exchanges that return types with arguments of type HttpExchangeModifier and TypeMethodDescriptionHttpExchangeRepository.findAll()
Find allHttpExchange
instances contained in the repository.InMemoryHttpExchangeRepository.findAll()
HttpExchangesEndpoint.HttpExchangesDescriptor.getExchanges()
Methods in org.springframework.boot.actuate.web.exchanges with parameters of type HttpExchangeModifier and TypeMethodDescriptionvoid
HttpExchangeRepository.add
(HttpExchange httpExchange) Adds anHttpExchange
instance to the repository.void
InMemoryHttpExchangeRepository.add
(HttpExchange exchange)