Uses of Interface
io.helidon.common.Size
Packages that use Size
Package
Description
Common utilities for Helidon projects.
Helidon WebServer Static Content Support.
-
Uses of Size in io.helidon.common
Fields in io.helidon.common declared as SizeMethods in io.helidon.common that return SizeModifier and TypeMethodDescriptionstatic Size
Size.create
(long size) Create a new size with explicit number of bytes.static Size
Create a new size from amount and unit.static Size
Size.create
(BigDecimal amount, Size.Unit unit) Create a new size from amount and unit.static Size
Crete a new size from the size string. -
Uses of Size in io.helidon.webserver.staticcontent
Methods in io.helidon.webserver.staticcontent that return SizeModifier and TypeMethodDescriptionMemoryCacheConfig.BuilderBase.capacity()
Capacity of the cached bytes of file content.MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl.capacity()
Methods in io.helidon.webserver.staticcontent with parameters of type Size