程序包 org.springframework.boot.actuate.web.exchanges
package org.springframework.boot.actuate.web.exchanges
Actuator HTTP exchanges support.
- 另请参阅:
-
类说明An HTTP request and response exchange.Principal associated with an HTTP request-response exchange.The request that started the exchange.The response that finished the exchange.The session associated with the exchange.A started request that when
finishedwill return a newHttpExchangeinstance.A repository forHttpExchangeinstances.@Endpointto exposeHttpExchangeinformation.Description of an application'sHttpExchangeentries.Include options for HTTP exchanges.In-memory implementation ofHttpExchangeRepository.The recordable parts of an HTTP request used when creating anHttpExchange.The recordable parts of an HTTP response used when creating anHttpExchange.