Uses of Interface
io.helidon.webserver.staticcontent.TemporaryStorageConfig
Packages that use TemporaryStorageConfig
-
Uses of TemporaryStorageConfig in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent with type parameters of type TemporaryStorageConfigModifier and TypeClassDescriptionstatic class
TemporaryStorageConfig.BuilderBase<BUILDER extends TemporaryStorageConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends TemporaryStorageConfig> Fluent API builder base forTemporaryStorage
.Classes in io.helidon.webserver.staticcontent that implement TemporaryStorageConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.staticcontent that return TemporaryStorageConfigModifier and TypeMethodDescriptionTemporaryStorageConfig.Builder.buildPrototype()
static TemporaryStorageConfig
TemporaryStorageConfig.create()
Create a new instance with default values.static TemporaryStorageConfig
Create a new instance from configuration.Methods in io.helidon.webserver.staticcontent with parameters of type TemporaryStorageConfigModifier and TypeMethodDescriptionTemporaryStorageConfig.builder
(TemporaryStorageConfig instance) Create a new fluent API builder from an existing instance.static TemporaryStorage
TemporaryStorage.create
(TemporaryStorageConfig config) Create a new instance from its configuration.TemporaryStorageConfig.BuilderBase.from
(TemporaryStorageConfig prototype) Update this builder from an existing prototype instance.ClasspathHandlerConfig.BuilderBase.temporaryStorage
(TemporaryStorageConfig temporaryStorageConfig) Customization of temporary storage configuration.StaticContentConfig.BuilderBase.temporaryStorage
(TemporaryStorageConfig temporaryStorageConfig) Temporary storage to use across all classpath handlers.