Uses of Class
io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
Package
Description
HTTP Content encoding support, usually used to compress entity, such as
gzip
.-
Uses of ContentEncodingContextConfig.BuilderBase in io.helidon.http.encoding
Modifier and TypeClassDescriptionstatic class
ContentEncodingContextConfig.BuilderBase<BUILDER extends ContentEncodingContextConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ContentEncodingContextConfig> Fluent API builder base forContentEncodingContext
.Modifier and TypeMethodDescriptionContentEncodingContextConfig.BuilderBase.from
(ContentEncodingContextConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
Create an instance providing a builder.