Uses of Package
org.springframework.boot.actuate.web.exchanges
Packages that use 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.
-
Classes in org.springframework.boot.actuate.web.exchanges used by org.springframework.boot.actuate.autoconfigure.web.exchangesClassDescriptionA repository for
HttpExchange
instances.@Endpoint
to exposeHttpExchange
information.Include options for HTTP exchanges. -
Classes in org.springframework.boot.actuate.web.exchanges used by org.springframework.boot.actuate.web.exchangesClassDescriptionAn 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
. -
Classes in org.springframework.boot.actuate.web.exchanges used by org.springframework.boot.actuate.web.exchanges.reactive
-
Classes in org.springframework.boot.actuate.web.exchanges used by org.springframework.boot.actuate.web.exchanges.servlet