Uses of Interface
io.helidon.media.common.MessageBodyStreamReader
-
Packages that use MessageBodyStreamReader Package Description io.helidon.media.common Common classes for processing content with a specificMediaType.io.helidon.media.multipart Helidon Media MultiPart.io.helidon.webclient A reactive client for rest calls.io.helidon.webserver Reactive web server API. -
-
Uses of MessageBodyStreamReader in io.helidon.media.common
Methods in io.helidon.media.common that return types with arguments of type MessageBodyStreamReader Modifier and Type Method Description default Collection<MessageBodyStreamReader<?>>MediaSupport. streamReaders()Returns the collection of the stream readers which should be registered.Methods in io.helidon.media.common with parameters of type MessageBodyStreamReader Modifier and Type Method Description MediaContext.BuilderMediaContext.Builder. addStreamReader(MessageBodyStreamReader<?> streamReader)TMediaContextBuilder. addStreamReader(MessageBodyStreamReader<?> streamReader)Registers new stream reader.MessageBodyReadableContentMessageBodyReadableContent. registerReader(MessageBodyStreamReader<?> reader)MessageBodyReaderContextMessageBodyReaderContext. registerReader(MessageBodyStreamReader<?> reader)MessageBodyReadersMessageBodyReaders. registerReader(MessageBodyStreamReader<?> reader)Register a stream reader.<T> Flow.Publisher<T>MessageBodyReaderContext. unmarshallStream(Flow.Publisher<DataChunk> payload, MessageBodyStreamReader<T> reader, GenericType<T> type)Convert a given HTTP payload into a publisher by selecting a stream reader with the payload class.Method parameters in io.helidon.media.common with type arguments of type MessageBodyStreamReader Modifier and Type Method Description default TMediaContextBuilder. addStreamReader(Supplier<MessageBodyStreamReader<?>> streamReaderSupplier)Registers new stream reader. -
Uses of MessageBodyStreamReader in io.helidon.media.multipart
Classes in io.helidon.media.multipart that implement MessageBodyStreamReader Modifier and Type Class Description classBodyPartBodyStreamReaderReadableBodyPartstream reader.Methods in io.helidon.media.multipart that return types with arguments of type MessageBodyStreamReader Modifier and Type Method Description Collection<MessageBodyStreamReader<?>>MultiPartSupport. streamReaders() -
Uses of MessageBodyStreamReader in io.helidon.webclient
Methods in io.helidon.webclient with parameters of type MessageBodyStreamReader Modifier and Type Method Description WebClient.BuilderWebClient.Builder. addStreamReader(MessageBodyStreamReader<?> streamReader) -
Uses of MessageBodyStreamReader in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type MessageBodyStreamReader Modifier and Type Method Description WebServer.BuilderWebServer.Builder. addStreamReader(MessageBodyStreamReader<?> streamReader)
-