Uses of Class
io.helidon.media.common.MessageBodyReadableContent
Packages that use MessageBodyReadableContent
Package
Description
Common classes for processing content with a specific
MediaType
.Helidon Media MultiPart.
A reactive client for rest calls.
Reactive web server API.
-
Uses of MessageBodyReadableContent in io.helidon.media.common
Methods in io.helidon.media.common that return MessageBodyReadableContentModifier and TypeMethodDescriptionstatic MessageBodyReadableContent
MessageBodyReadableContent.create
(Flow.Publisher<DataChunk> publisher, MessageBodyReaderContext context) Create a new readable content backed by the given publisher and context.MessageBodyReadableContent.registerFilter
(MessageBodyFilter filter) MessageBodyReadableContent.registerReader
(MessageBodyReader<?> reader) MessageBodyReadableContent.registerReader
(MessageBodyStreamReader<?> reader) Methods in io.helidon.media.common with parameters of type MessageBodyReadableContentModifier and TypeMethodDescriptionMessageBodyReader.unmarshall
(MessageBodyReadableContent content, GenericType<T> type) Unmarshall the given content using this reader.MessageBodyReader.unmarshall
(MessageBodyReadableContent content, Class<T> type) Unmarshall the given content using this reader.default Flow.Publisher<T>
MessageBodyStreamReader.unmarshall
(MessageBodyReadableContent content, GenericType<T> type) Unmarshall the given content using this reader.default Flow.Publisher<T>
MessageBodyStreamReader.unmarshall
(MessageBodyReadableContent content, Class<T> type) Unmarshall the given content using this reader. -
Uses of MessageBodyReadableContent in io.helidon.media.multipart
Methods in io.helidon.media.multipart that return MessageBodyReadableContentMethods in io.helidon.media.multipart with parameters of type MessageBodyReadableContentModifier and TypeMethodDescriptionReadableBodyPart.Builder.content
(MessageBodyReadableContent content) Sets the content for this part. -
Uses of MessageBodyReadableContent in io.helidon.webclient
Methods in io.helidon.webclient that return MessageBodyReadableContent -
Uses of MessageBodyReadableContent in io.helidon.webserver
Methods in io.helidon.webserver that return MessageBodyReadableContentModifier and TypeMethodDescriptionServerRequest.content()
ReturnsMessageBodyReadableContent
reactive representation of the request content.