Uses of Class
io.helidon.common.http.ReadOnlyParameters
-
Packages that use ReadOnlyParameters Package Description io.helidon.common.http HTTP APIs and implementations usable by both server and client side of the HTTP story.io.helidon.media.common Common classes for processing content with a specificMediaType
.io.helidon.media.multipart Helidon Media MultiPart. -
-
Uses of ReadOnlyParameters in io.helidon.common.http
Methods in io.helidon.common.http that return ReadOnlyParameters Modifier and Type Method Description ReadOnlyParameters
ReadOnlyParameters. add(String key, Iterable<String> values)
ReadOnlyParameters
ReadOnlyParameters. add(String key, String... values)
ReadOnlyParameters
ReadOnlyParameters. addAll(Parameters parameters)
static ReadOnlyParameters
ReadOnlyParameters. empty()
Returns empty and immutable singleton.ReadOnlyParameters
ReadOnlyParameters. putAll(Parameters parameters)
-
Uses of ReadOnlyParameters in io.helidon.media.common
Methods in io.helidon.media.common that return ReadOnlyParameters Modifier and Type Method Description ReadOnlyParameters
MessageBodyReaderContext. headers()
Get the underlying headers.Methods in io.helidon.media.common with parameters of type ReadOnlyParameters Modifier and Type Method Description static MessageBodyReaderContext
MessageBodyReaderContext. create(MediaContext mediaContext, MessageBodyContext.EventListener eventListener, ReadOnlyParameters headers, Optional<MediaType> contentType)
Create a new empty reader context backed by the specified headers.static MessageBodyReaderContext
MessageBodyReaderContext. create(MessageBodyReaderContext parent, MessageBodyContext.EventListener eventListener, ReadOnlyParameters headers, Optional<MediaType> contentType)
Create a new empty reader context backed by the specified headers. -
Uses of ReadOnlyParameters in io.helidon.media.multipart
Subclasses of ReadOnlyParameters in io.helidon.media.multipart Modifier and Type Class Description class
ReadableBodyPartHeaders
Readable body part headers.
-