Uses of Class
io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
Packages that use 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
Classes in io.helidon.http.encoding with type parameters of type ContentEncodingContextConfig.BuilderBaseModifier and TypeClassDescriptionstatic classContentEncodingContextConfig.BuilderBase<BUILDER extends ContentEncodingContextConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ContentEncodingContextConfig> Fluent API builder base forContentEncodingContext.Subclasses of ContentEncodingContextConfig.BuilderBase in io.helidon.http.encodingMethods in io.helidon.http.encoding with parameters of type ContentEncodingContextConfig.BuilderBaseModifier and TypeMethodDescriptionContentEncodingContextConfig.BuilderBase.from(ContentEncodingContextConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.http.encoding with parameters of type ContentEncodingContextConfig.BuilderBaseModifierConstructorDescriptionprotectedCreate an instance providing a builder.