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. -
-
Uses of ReadOnlyParameters in io.helidon.common.http
Methods in io.helidon.common.http that return ReadOnlyParameters Modifier and Type Method Description static ReadOnlyParametersReadOnlyParameters. empty()Returns empty and immutable singleton. -
Uses of ReadOnlyParameters in io.helidon.media.common
Methods in io.helidon.media.common that return ReadOnlyParameters Modifier and Type Method Description ReadOnlyParametersMessageBodyReaderContext. headers()Get the underlying headers.Methods in io.helidon.media.common with parameters of type ReadOnlyParameters Modifier and Type Method Description static MessageBodyReaderContextMessageBodyReaderContext. create(MediaSupport mediaSupport, MessageBodyContext.EventListener eventListener, ReadOnlyParameters headers, Optional<MediaType> contentType)Create a new empty writer context backed by the specified headers.static MessageBodyReaderContextMessageBodyReaderContext. create(MessageBodyReaderContext parent, MessageBodyContext.EventListener eventListener, ReadOnlyParameters headers, Optional<MediaType> contentType)Create a new empty writer context backed by the specified headers.
-