Uses of Interface
io.helidon.common.Size
Packages that use Size
Package
Description
Common utilities for Helidon projects.
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
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 SizeSize.create(long size) Create a new size with explicit number of bytes.static SizeCreate a new size from amount and unit.static SizeSize.create(BigDecimal amount, Size.Unit unit) Create a new size from amount and unit.static SizeCrete a new size from the size string. -
Uses of Size in io.helidon.config
Methods in io.helidon.config that return Size -
Uses of Size in io.helidon.webclient.http1
Methods in io.helidon.webclient.http1 that return SizeModifier and TypeMethodDescriptionHttp1ClientProtocolConfig.BuilderBase.Http1ClientProtocolConfigImpl.maxBufferedEntitySize()Http1ClientProtocolConfig.BuilderBase.maxBufferedEntitySize()Configure the maximum size allowed for an entity that can be explicitly buffered by the application by callingReadableEntity.buffer().Http1ClientProtocolConfig.maxBufferedEntitySize()Configure the maximum size allowed for an entity that can be explicitly buffered by the application by callingReadableEntity.buffer().Methods in io.helidon.webclient.http1 with parameters of type SizeModifier and TypeMethodDescriptionHttp1ClientProtocolConfig.BuilderBase.maxBufferedEntitySize(Size maxBufferedEntitySize) Configure the maximum size allowed for an entity that can be explicitly buffered by the application by callingReadableEntity.buffer(). -
Uses of Size in io.helidon.webclient.http2
Methods in io.helidon.webclient.http2 that return SizeModifier and TypeMethodDescriptionHttp2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl.maxBufferedEntitySize()Http2ClientProtocolConfig.BuilderBase.maxBufferedEntitySize()Configure the maximum size allowed for an entity that can be explicitly buffered by the application by callingReadableEntity.buffer().Http2ClientProtocolConfig.maxBufferedEntitySize()Configure the maximum size allowed for an entity that can be explicitly buffered by the application by callingReadableEntity.buffer().Methods in io.helidon.webclient.http2 with parameters of type SizeModifier and TypeMethodDescriptionHttp2ClientProtocolConfig.BuilderBase.maxBufferedEntitySize(Size maxBufferedEntitySize) Configure the maximum size allowed for an entity that can be explicitly buffered by the application by callingReadableEntity.buffer(). -
Uses of Size in io.helidon.webserver.http1
Methods in io.helidon.webserver.http1 that return SizeModifier and TypeMethodDescriptionHttp1Config.BuilderBase.Http1ConfigImpl.maxBufferedEntitySize()Http1Config.BuilderBase.maxBufferedEntitySize()Configure the maximum size allowed for an entity that can be explicitly buffered by the application by callingReadableEntity.buffer().Http1Config.maxBufferedEntitySize()Configure the maximum size allowed for an entity that can be explicitly buffered by the application by callingReadableEntity.buffer().Methods in io.helidon.webserver.http1 with parameters of type SizeModifier and TypeMethodDescriptionHttp1Config.BuilderBase.maxBufferedEntitySize(Size maxBufferedEntitySize) Configure the maximum size allowed for an entity that can be explicitly buffered by the application by callingReadableEntity.buffer(). -
Uses of Size in io.helidon.webserver.http2
Methods in io.helidon.webserver.http2 that return SizeModifier and TypeMethodDescriptionHttp2Config.BuilderBase.Http2ConfigImpl.maxBufferedEntitySize()Http2Config.BuilderBase.maxBufferedEntitySize()Configure the maximum size allowed for an entity that can be explicitly buffered by the application by callingReadableEntity.buffer().Http2Config.maxBufferedEntitySize()Configure the maximum size allowed for an entity that can be explicitly buffered by the application by callingReadableEntity.buffer().Methods in io.helidon.webserver.http2 with parameters of type SizeModifier and TypeMethodDescriptionHttp2Config.BuilderBase.maxBufferedEntitySize(Size maxBufferedEntitySize) Configure the maximum size allowed for an entity that can be explicitly buffered by the application by callingReadableEntity.buffer(). -
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()MemoryCacheConfig.capacity()Capacity of the cached bytes of file content.Methods in io.helidon.webserver.staticcontent with parameters of type Size