Uses of Class
org.springframework.boot.actuate.endpoint.web.WebServerNamespace
Packages that use WebServerNamespace
Package
Description
Web support for actuator endpoints.
Jersey support for actuator endpoints.
Actuator health indicator and endpoints.
-
Uses of WebServerNamespace in org.springframework.boot.actuate.endpoint.web
Fields in org.springframework.boot.actuate.endpoint.web declared as WebServerNamespaceModifier and TypeFieldDescriptionstatic final WebServerNamespace
WebServerNamespace.MANAGEMENT
WebServerNamespace
that represents the management server.static final WebServerNamespace
WebServerNamespace.SERVER
WebServerNamespace
that represents the main server.Methods in org.springframework.boot.actuate.endpoint.web that return WebServerNamespace -
Uses of WebServerNamespace in org.springframework.boot.actuate.endpoint.web.jersey
Methods in org.springframework.boot.actuate.endpoint.web.jersey with parameters of type WebServerNamespaceModifier and TypeMethodDescriptionprotected org.glassfish.jersey.server.model.Resource
JerseyEndpointResourceFactory.getResource
(EndpointMapping endpointMapping, WebOperation operation, WebOperationRequestPredicate requestPredicate, String path, WebServerNamespace serverNamespace, org.springframework.boot.actuate.endpoint.web.jersey.JerseyRemainingPathSegmentProvider remainingPathSegmentProvider) Constructors in org.springframework.boot.actuate.endpoint.web.jersey with parameters of type WebServerNamespaceModifierConstructorDescriptionJerseyHealthEndpointAdditionalPathResourceFactory
(WebServerNamespace serverNamespace, HealthEndpointGroups groups) -
Uses of WebServerNamespace in org.springframework.boot.actuate.health
Methods in org.springframework.boot.actuate.health that return WebServerNamespaceModifier and TypeMethodDescriptionAdditionalHealthEndpointPath.getNamespace()
Returns theWebServerNamespace
associated with this path.Methods in org.springframework.boot.actuate.health with parameters of type WebServerNamespaceModifier and TypeMethodDescriptiondefault Set<HealthEndpointGroup>
HealthEndpointGroups.getAllWithAdditionalPath
(WebServerNamespace namespace) Return all the groups with an additional path on the specifiedWebServerNamespace
.boolean
AdditionalHealthEndpointPath.hasNamespace
(WebServerNamespace webServerNamespace) Returnstrue
if this path has the givenWebServerNamespace
.HealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) HealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
ReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
ReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
ReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) static AdditionalHealthEndpointPath
AdditionalHealthEndpointPath.of
(WebServerNamespace webServerNamespace, String value) Creates anAdditionalHealthEndpointPath
from the givenWebServerNamespace
and value.