Uses of Class
io.helidon.common.http.ReadOnlyParameters
Packages that use ReadOnlyParameters
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Common classes for processing content with a specific
MediaType.Helidon Media MultiPart.
-
Uses of ReadOnlyParameters in io.helidon.common.http
Methods in io.helidon.common.http that return ReadOnlyParametersModifier and TypeMethodDescriptionReadOnlyParameters.addAll(Parameters parameters) static ReadOnlyParametersReadOnlyParameters.empty()Returns empty and immutable singleton.ReadOnlyParameters.putAll(Parameters parameters) -
Uses of ReadOnlyParameters in io.helidon.media.common
Methods in io.helidon.media.common that return ReadOnlyParametersMethods in io.helidon.media.common with parameters of type ReadOnlyParametersModifier and TypeMethodDescriptionstatic MessageBodyReaderContextMessageBodyReaderContext.create(MediaContext mediaContext, MessageBodyContext.EventListener eventListener, ReadOnlyParameters headers, Optional<MediaType> contentType) Create a new empty reader context backed by the specified headers.static MessageBodyReaderContextMessageBodyReaderContext.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