Uses of Interface
io.helidon.webserver.StuckThreadDetectionConfig
Packages that use StuckThreadDetectionConfig
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of StuckThreadDetectionConfig in io.helidon.webserver
Classes in io.helidon.webserver with type parameters of type StuckThreadDetectionConfigModifier and TypeClassDescriptionstatic classStuckThreadDetectionConfig.BuilderBase<BUILDER extends StuckThreadDetectionConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends StuckThreadDetectionConfig>Fluent API builder base forStuckThreadDetectionConfig.Classes in io.helidon.webserver that implement StuckThreadDetectionConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type StuckThreadDetectionConfig in io.helidon.webserverModifier and TypeClassDescriptionstatic classFluent API builder forStuckThreadDetectionFeature.Classes in io.helidon.webserver that implement interfaces with type arguments of type StuckThreadDetectionConfigModifier and TypeClassDescriptionfinal classReports HTTP request threads that have been executing for longer than a configured threshold.Methods in io.helidon.webserver that return StuckThreadDetectionConfigModifier and TypeMethodDescriptionStuckThreadDetectionConfig.Builder.buildPrototype()Create an instance of the prototype.static StuckThreadDetectionConfigStuckThreadDetectionConfig.create()Create a new instance with default values.static StuckThreadDetectionConfigCreate a new instance from configuration.StuckThreadDetectionFeature.prototype()Methods in io.helidon.webserver with parameters of type StuckThreadDetectionConfigModifier and TypeMethodDescriptionStuckThreadDetectionConfig.builder(StuckThreadDetectionConfig instance) Create a new fluent API builder from an existing instance.static StuckThreadDetectionFeatureStuckThreadDetectionFeature.create(StuckThreadDetectionConfig config) Create a stuck thread detection feature from its configuration prototype.StuckThreadDetectionConfig.BuilderBase.from(StuckThreadDetectionConfig prototype) Update this builder from an existing prototype instance.