Uses of Class
io.helidon.common.buffers.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
Modifier and TypeMethodDescriptionDataReader.readLazyString
(Charset charset, int len) Read the nextlen
bytes as aLazyString
. -
Uses of LazyString in io.helidon.http
Modifier and TypeMethodDescriptionstatic Header
HeaderValues.create
(HeaderName name, LazyString value) Create a new header with a single value.