类的使用
org.springframework.boot.actuate.web.exchanges.HttpExchange
使用HttpExchange的程序包
-
org.springframework.boot.actuate.web.exchanges中HttpExchange的使用
修饰符和类型方法说明HttpExchange.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.返回变量类型为HttpExchange的类型的org.springframework.boot.actuate.web.exchanges中的方法修饰符和类型方法说明HttpExchangeRepository.findAll()
Find allHttpExchange
instances contained in the repository.InMemoryHttpExchangeRepository.findAll()
HttpExchangesEndpoint.HttpExchangesDescriptor.getExchanges()
修饰符和类型方法说明void
HttpExchangeRepository.add
(HttpExchange httpExchange) Adds anHttpExchange
instance to the repository.void
InMemoryHttpExchangeRepository.add
(HttpExchange exchange)