类的使用
org.springframework.boot.actuate.endpoint.web.WebServerNamespace
使用WebServerNamespace的程序包
程序包
说明
Auto-configuration for actuator security using WebFlux.
Auto-configuration for actuator security using Spring MVC.
Web support for actuator endpoints.
Jersey support for actuator endpoints.
Actuator health indicator and endpoints.
-
org.springframework.boot.actuate.autoconfigure.security.reactive中WebServerNamespace的使用
修饰符和类型方法说明EndpointRequest.toAdditionalPaths(WebServerNamespace webServerNamespace, Class<?>... endpoints) Returns a matcher that includes additional paths under aWebServerNamespacefor the specifiedactuator endpoints.EndpointRequest.toAdditionalPaths(WebServerNamespace webServerNamespace, String... endpoints) Returns a matcher that includes additional paths under aWebServerNamespacefor the specifiedactuator endpoints. -
org.springframework.boot.actuate.autoconfigure.security.servlet中WebServerNamespace的使用
修饰符和类型方法说明EndpointRequest.toAdditionalPaths(WebServerNamespace webServerNamespace, Class<?>... endpoints) Returns a matcher that includes additional paths under aWebServerNamespacefor the specifiedactuator endpoints.EndpointRequest.toAdditionalPaths(WebServerNamespace webServerNamespace, String... endpoints) Returns a matcher that includes additional paths under aWebServerNamespacefor the specifiedactuator endpoints. -
org.springframework.boot.actuate.endpoint.web中WebServerNamespace的使用
修饰符和类型字段说明static final WebServerNamespaceWebServerNamespace.MANAGEMENTWebServerNamespacethat represents the management server.static final WebServerNamespaceWebServerNamespace.SERVERWebServerNamespacethat represents the main server.修饰符和类型方法说明static WebServerNamespaceFactory method to create a newWebServerNamespacefrom a value.修饰符和类型方法说明AdditionalPathsMapper.getAdditionalPaths(EndpointId endpointId, WebServerNamespace webServerNamespace) Resolve the additional paths for the specifiedendpointIdand web server namespace.PathMappedEndpoint.getAdditionalPaths(WebServerNamespace webServerNamespace) Return any additional paths (relative to the context) for the givenWebServerNamespace.PathMappedEndpoints.getAdditionalPaths(WebServerNamespace webServerNamespace, EndpointId endpointId) Return the additional paths for each mapped endpoint. -
org.springframework.boot.actuate.endpoint.web.jersey中WebServerNamespace的使用
修饰符和类型方法说明protected org.glassfish.jersey.server.model.ResourceJerseyEndpointResourceFactory.getResource(EndpointMapping endpointMapping, WebOperation operation, WebOperationRequestPredicate requestPredicate, String path, WebServerNamespace serverNamespace, org.springframework.boot.actuate.endpoint.web.jersey.JerseyRemainingPathSegmentProvider remainingPathSegmentProvider) 限定符构造器说明JerseyHealthEndpointAdditionalPathResourceFactory(WebServerNamespace serverNamespace, HealthEndpointGroups groups) -
org.springframework.boot.actuate.health中WebServerNamespace的使用
修饰符和类型方法说明AdditionalHealthEndpointPath.getNamespace()Returns theWebServerNamespaceassociated with this path.修饰符和类型方法说明default Set<HealthEndpointGroup> HealthEndpointGroups.getAllWithAdditionalPath(WebServerNamespace namespace) Return all the groups with an additional path on the specifiedWebServerNamespace.booleanAdditionalHealthEndpointPath.hasNamespace(WebServerNamespace webServerNamespace) Returnstrueif 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 AdditionalHealthEndpointPathAdditionalHealthEndpointPath.of(WebServerNamespace webServerNamespace, String value) Creates anAdditionalHealthEndpointPathfrom the givenWebServerNamespaceand value.