Uses of Class
io.helidon.media.common.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
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionReadableBodyPart.Builder.content
(MessageBodyReadableContent content) Sets the content for this part. -
Uses of MessageBodyReadableContent in io.helidon.webclient
-
Uses of MessageBodyReadableContent in io.helidon.webserver
Modifier and TypeMethodDescriptionServerRequest.content()
ReturnsMessageBodyReadableContent
reactive representation of the request content.