程序包的使用
org.springframework.boot.actuate.web.exchanges
程序包
说明
Auto-configuration for actuator HTTP exchanges.
Actuator HTTP exchanges support.
Actuator HTTP exchanges support for reactive servers.
Actuator HTTP exchanges support for servlet servers.
-
org.springframework.boot.actuate.autoconfigure.web.exchanges使用的org.springframework.boot.actuate.web.exchanges中的类类说明A repository for
HttpExchangeinstances.@Endpointto exposeHttpExchangeinformation.Include options for HTTP exchanges. -
类说明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.Description of an application'sHttpExchangeentries.Include options for HTTP exchanges.The recordable parts of an HTTP request used when creating anHttpExchange.The recordable parts of an HTTP response used when creating anHttpExchange. -
org.springframework.boot.actuate.web.exchanges.reactive使用的org.springframework.boot.actuate.web.exchanges中的类
-
org.springframework.boot.actuate.web.exchanges.servlet使用的org.springframework.boot.actuate.web.exchanges中的类