Uses of Interface
io.helidon.webserver.http1.Http1ConnectionSelectorConfig
Packages that use Http1ConnectionSelectorConfig
-
Uses of Http1ConnectionSelectorConfig in io.helidon.webserver.http1
Classes in io.helidon.webserver.http1 with type parameters of type Http1ConnectionSelectorConfigModifier and TypeClassDescriptionstatic class
Http1ConnectionSelectorConfig.BuilderBase<BUILDER extends Http1ConnectionSelectorConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Http1ConnectionSelectorConfig> Fluent API builder base forHttp1ConnectionSelector
.Classes in io.helidon.webserver.http1 that implement Http1ConnectionSelectorConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.http1 that return Http1ConnectionSelectorConfigModifier and TypeMethodDescriptionHttp1ConnectionSelectorConfig.Builder.buildPrototype()
Http1ConnectionSelectorConfig.create()
Create a new instance with default values.Http1ConnectionSelector.prototype()
Methods in io.helidon.webserver.http1 with parameters of type Http1ConnectionSelectorConfigModifier and TypeMethodDescriptionHttp1ConnectionSelectorConfig.builder
(Http1ConnectionSelectorConfig instance) Create a new fluent API builder from an existing instance.Http1ConnectionSelectorConfig.BuilderBase.from
(Http1ConnectionSelectorConfig prototype) Update this builder from an existing prototype instance.