Uses of Class
io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
Packages that use StuckThreadDetectionConfig.BuilderBase
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of StuckThreadDetectionConfig.BuilderBase in io.helidon.webserver
Classes in io.helidon.webserver with type parameters of type StuckThreadDetectionConfig.BuilderBaseModifier and TypeClassDescriptionstatic classStuckThreadDetectionConfig.BuilderBase<BUILDER extends StuckThreadDetectionConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends StuckThreadDetectionConfig>Fluent API builder base forStuckThreadDetectionConfig.Subclasses of StuckThreadDetectionConfig.BuilderBase in io.helidon.webserverModifier and TypeClassDescriptionstatic classFluent API builder forStuckThreadDetectionFeature.Methods in io.helidon.webserver with parameters of type StuckThreadDetectionConfig.BuilderBaseModifier and TypeMethodDescriptionStuckThreadDetectionConfig.BuilderBase.from(StuckThreadDetectionConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver with parameters of type StuckThreadDetectionConfig.BuilderBaseModifierConstructorDescriptionprotectedCreate an instance providing a builder.