クラスの使用
org.springframework.boot.actuate.web.exchanges.HttpExchange
HttpExchange を使用するパッケージ
org.springframework.boot.actuate.web.exchanges 内の HttpExchange 使用
修飾子と型メソッド説明HttpExchange.Started.finish(ClockSE clock, RecordableHttpResponse response, SupplierSE<@Nullable PrincipalSE> principalSupplier, SupplierSE<@Nullable StringSE> sessionIdSupplier, SetSE<Include> includes) リクエストを終了し、新しいHttpExchangeインスタンスを返します。HttpExchange.Started.finish(ClockSE clock, RecordableHttpResponse response, SupplierSE<@Nullable PrincipalSE> principalSupplier, SupplierSE<@Nullable StringSE> sessionIdSupplier, Include... includes) リクエストを終了し、新しいHttpExchangeインスタンスを返します。HttpExchange.Started.finish(RecordableHttpResponse response, SupplierSE<@Nullable PrincipalSE> principalSupplier, SupplierSE<@Nullable StringSE> sessionIdSupplier, SetSE<Include> includes) リクエストを終了し、新しいHttpExchangeインスタンスを返します。HttpExchange.Started.finish(RecordableHttpResponse response, SupplierSE<@Nullable PrincipalSE> principalSupplier, SupplierSE<@Nullable StringSE> sessionIdSupplier, Include... includes) リクエストを終了し、新しいHttpExchangeインスタンスを返します。型 HttpExchange の引数を持つ型を返す org.springframework.boot.actuate.web.exchanges のメソッド修飾子と型メソッド説明HttpExchangeRepository.findAll()リポジトリに含まれるすべてのHttpExchangeインスタンスを検索します。InMemoryHttpExchangeRepository.findAll()HttpExchangesEndpoint.HttpExchangesDescriptor.getExchanges()型 HttpExchange のパラメーターを持つ org.springframework.boot.actuate.web.exchanges のメソッド修飾子と型メソッド説明voidHttpExchangeRepository.add(HttpExchange httpExchange) リポジトリにHttpExchangeインスタンスを追加します。voidInMemoryHttpExchangeRepository.add(HttpExchange exchange)