Uses of Interface
io.helidon.webserver.http1.Http1Config
Packages that use Http1Config
-
Uses of Http1Config in io.helidon.webserver.http1
Classes in io.helidon.webserver.http1 with type parameters of type Http1ConfigModifier and TypeClassDescriptionstatic class
Http1Config.BuilderBase<BUILDER extends Http1Config.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Http1Config> Fluent API builder base forHttp1Config
.Classes in io.helidon.webserver.http1 that implement Http1ConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.http1 that return Http1ConfigModifier and TypeMethodDescriptionHttp1Config.Builder.build()
Http1Config.Builder.buildPrototype()
Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl.config()
static Http1Config
Http1Config.create()
Create a new instance with default values.static Http1Config
Create a new instance from configuration.Methods in io.helidon.webserver.http1 that return types with arguments of type Http1ConfigModifier and TypeMethodDescriptionHttp1ConnectionSelectorConfig.BuilderBase.config()
HTTP/1 protocol configuration to use for this connection selector.Http1ConnectionProvider.protocolConfigType()
Methods in io.helidon.webserver.http1 with parameters of type Http1ConfigModifier and TypeMethodDescriptionstatic Http1Config.Builder
Http1Config.builder
(Http1Config instance) Create a new fluent API builder from an existing instance.Http1ConnectionSelectorConfig.BuilderBase.config
(Http1Config config) HTTP/1 protocol configuration to use for this connection selector.Http1ConnectionProvider.create
(String socketName, Http1Config config, ProtocolConfigs configs) Http1Config.BuilderBase.from
(Http1Config prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.webserver.http1 with type arguments of type Http1ConfigModifier and TypeMethodDescriptionHttp1ConnectionSelectorConfig.BuilderBase.config
(Supplier<? extends Http1Config> supplier) HTTP/1 protocol configuration to use for this connection selector.