Package org.springframework.boot.actuate.web.exchanges
package org.springframework.boot.actuate.web.exchanges
Actuator HTTP exchanges support.
- See Also:
-
ClassDescriptionAn 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
finished
will return a newHttpExchange
instance.A repository forHttpExchange
instances.@Endpoint
to exposeHttpExchange
information.Description of an application'sHttpExchange
entries.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
.