类的使用
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 newHttpExchangeinstance.HttpExchange.Started.finish(Clock clock, RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchangeinstance.HttpExchange.Started.finish(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchangeinstance.HttpExchange.Started.finish(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchangeinstance.返回变量类型为HttpExchange的类型的org.springframework.boot.actuate.web.exchanges中的方法修饰符和类型方法说明HttpExchangeRepository.findAll()Find allHttpExchangeinstances contained in the repository.InMemoryHttpExchangeRepository.findAll()HttpExchangesEndpoint.HttpExchangesDescriptor.getExchanges()修饰符和类型方法说明voidHttpExchangeRepository.add(HttpExchange httpExchange) Adds anHttpExchangeinstance to the repository.voidInMemoryHttpExchangeRepository.add(HttpExchange exchange)