Module io.helidon.http.encoding
Package io.helidon.http.encoding
Class ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl
java.lang.Object
io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl
- All Implemented Interfaces:
- Prototype.Api,- Prototype.Factory<ContentEncodingContext>,- ContentEncodingContextConfig,- Supplier<ContentEncodingContext>
- Enclosing class:
- ContentEncodingContextConfig.BuilderBase<BUILDER extends ContentEncodingContextConfig.BuilderBase<BUILDER,- PROTOTYPE>, - PROTOTYPE extends ContentEncodingContextConfig> 
protected static class ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl
extends Object
implements ContentEncodingContextConfig, Supplier<ContentEncodingContext>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.helidon.http.encoding.ContentEncodingContextConfigContentEncodingContextConfig.Builder, ContentEncodingContextConfig.BuilderBase<BUILDER extends ContentEncodingContextConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ContentEncodingContextConfig> 
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedCreate an instance providing a builder.
- 
Method Summary
- 
Constructor Details- 
ContentEncodingContextConfigImplCreate an instance providing a builder.- Parameters:
- builder- extending builder base of this prototype
 
 
- 
- 
Method Details- 
buildDescription copied from interface:Prototype.FactoryCreate a new instance of the runtime type from this config object.- Specified by:
- buildin interface- Prototype.Factory<ContentEncodingContext>
- Returns:
- new configured runtime instance
 
- 
get- Specified by:
- getin interface- Supplier<ContentEncodingContext>
 
- 
contentEncodingsDescription copied from interface:ContentEncodingContextConfigList of content encodings that should be used. Encodings configured here have priority over encodings discovered through service loader.- Specified by:
- contentEncodingsin interface- ContentEncodingContextConfig
- Returns:
- list of content encodings to be used (such as gzip,deflate)
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-