Uses of Package
org.springframework.boot.actuate.web.exchanges
Package
Description
Auto-configuration for actuator HTTP exchanges.
Actuator HTTP exchanges support.
Actuator HTTP exchanges support for reactive servers.
Actuator HTTP exchanges support for servlet servers.
-
ClassDescriptionA repository for
HttpExchange
instances.@Endpoint
to exposeHttpExchange
information.Include options for HTTP exchanges. -
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.Description of an application'sHttpExchange
entries.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
. -
-