Uses of Class
io.helidon.common.buffers.LazyString
Packages that use LazyString
Package
Description
Byte buffers and byte operations.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of LazyString in io.helidon.common.buffers
Methods in io.helidon.common.buffers that return LazyStringModifier and TypeMethodDescriptionDataReader.readLazyString
(Charset charset, int len) Read the nextlen
bytes as aLazyString
. -
Uses of LazyString in io.helidon.http
Methods in io.helidon.http with parameters of type LazyStringModifier and TypeMethodDescriptionstatic Header
HeaderValues.create
(HeaderName name, LazyString value) Create a new header with a single value.