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 Summary
Nested classes/interfaces inherited from interface ContentEncodingContextConfig
ContentEncodingContextConfig.Builder, ContentEncodingContextConfig.BuilderBase<BUILDER, PROTOTYPE>Modifier and TypeInterfaceDescriptionstatic classFluent API builder forContentEncodingContext.static classContentEncodingContextConfig.BuilderBase<BUILDER extends ContentEncodingContextConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends ContentEncodingContextConfig>Fluent API builder base forContentEncodingContextConfig. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreate an instance providing a builder. -
Method Summary
-
Constructor Details
-
ContentEncodingContextConfigImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
build
Create a new runtime instance from this prototype.- Specified by:
buildin interfacePrototype.Factory<ContentEncodingContext>- Returns:
- new configured runtime instance
-
get
- Specified by:
getin interfaceSupplier<ContentEncodingContext>
-
contentEncodings
Description 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 interfaceContentEncodingContextConfig- Returns:
- list of content encodings to be used (such as
gzip,deflate)
-
toString
-
equals
-
hashCode
-