Package org.eclipse.jetty.io.content
package org.eclipse.jetty.io.content
-
ClassesClassDescriptionA
Content.Sourcethat is also aContent.Sink.AContent.Sinkbacked by anotherContent.Sink.AContent.Sourcebacked by one or moreByteBuffers.AContent.Sourcebacked by one or moreContent.Chunks.AnOutputStreambacked by aContent.Sink.AFlow.Subscriberthat wraps aContent.Sink.A utility class to convert content from aContent.Sourceto an instance available via aCompletableFuture.AnInputStreamthat is backed by aContent.Source.Wraps aContent.Sourceas aFlow.Publisher.This abstractContent.Sourcewraps anotherContent.Sourceand implementers need only to implement theContentSourceTransformer.transform(Content.Chunk)method, which is used to transformContent.Chunkread from the wrapped source.AContent.Sourcethat is backed by anInputStream.AContent.Sourcethat provides content asynchronously through anOutputStream.AContent.Sourcethat provides the file content of the passedPath.