Package org.eclipse.jetty.io.content
package org.eclipse.jetty.io.content
-
ClassDescriptionA
Content.Source
that is also aContent.Sink
.AContent.Sink
backed by anotherContent.Sink
.AContent.Source
backed by one or moreByteBuffer
s.AContent.Source
backed by one or moreContent.Chunk
s.AnOutputStream
backed by aContent.Sink
.AFlow.Subscriber
that wraps aContent.Sink
.A utility class to convert content from aContent.Source
to an instance available via aCompletableFuture
.AnInputStream
that is backed by aContent.Source
.Wraps aContent.Source
as aFlow.Publisher
.This abstractContent.Source
wraps anotherContent.Source
and implementers need only to implement theContentSourceTransformer.transform(Content.Chunk)
method, which is used to transformContent.Chunk
read from the wrapped source.AContent.Source
that is backed by anInputStream
.AContent.Source
that provides content asynchronously through anOutputStream
.AContent.Source
that provides the file content of the passedPath
.