Uses of Class
io.helidon.webserver.StuckThreadDetectionConfig.Builder
Packages that use StuckThreadDetectionConfig.Builder
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of StuckThreadDetectionConfig.Builder in io.helidon.webserver
Subclasses with type arguments of type StuckThreadDetectionConfig.Builder in io.helidon.webserverModifier and TypeClassDescriptionstatic classFluent API builder forStuckThreadDetectionFeature.Classes in io.helidon.webserver that implement interfaces with type arguments of type StuckThreadDetectionConfig.BuilderModifier and TypeClassDescriptionstatic classFluent API builder forStuckThreadDetectionFeature.Methods in io.helidon.webserver that return StuckThreadDetectionConfig.BuilderModifier and TypeMethodDescriptionStuckThreadDetectionConfig.builder()Create a new fluent API builder to customize configuration.StuckThreadDetectionConfig.builder(StuckThreadDetectionConfig instance) Create a new fluent API builder from an existing instance.StuckThreadDetectionFeature.builder()Create a fluent configuration builder.Method parameters in io.helidon.webserver with type arguments of type StuckThreadDetectionConfig.BuilderModifier and TypeMethodDescriptionstatic StuckThreadDetectionFeatureStuckThreadDetectionFeature.create(Consumer<StuckThreadDetectionConfig.Builder> builderConsumer) Create a stuck thread detection feature, customizing its configuration.