Uses of Interface
org.eclipse.jetty.io.Content.Chunk
Packages that use Content.Chunk
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
-
Uses of Content.Chunk in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement Content.ChunkModifier and TypeClassDescriptionstatic final classA chunk that wraps a failure.Fields in org.eclipse.jetty.io declared as Content.ChunkModifier and TypeFieldDescriptionstatic final Content.ChunkContent.Chunk.EMPTYAn empty, non-last, chunk.static final Content.ChunkContent.Chunk.EOFAn empty, last, chunk.Methods in org.eclipse.jetty.io that return Content.ChunkModifier and TypeMethodDescriptionstatic Content.ChunkContent.Chunk.asChunk(ByteBuffer byteBuffer, boolean last, Retainable retainable) static Content.ChunkContent.Chunk.from(ByteBuffer byteBuffer, boolean last) Creates a Chunk with the given ByteBuffer.static Content.ChunkContent.Chunk.from(ByteBuffer byteBuffer, boolean last, Runnable releaser) Creates a Chunk with the given ByteBuffer.static Content.ChunkContent.Chunk.from(ByteBuffer byteBuffer, boolean last, Consumer<ByteBuffer> releaser) Creates a last/non-last Chunk with the given ByteBuffer.static Content.ChunkContent.Chunk.next(Content.Chunk chunk) Returns the chunk that follows the given chunk.Content.Source.read()Reads a chunk of content.Methods in org.eclipse.jetty.io that return types with arguments of type Content.ChunkModifier and TypeMethodDescriptionstatic Flow.Publisher<Content.Chunk>Content.Source.asPublisher(Content.Source source) Wraps the given content source with aFlow.Publisher.static Flow.Subscriber<Content.Chunk>Content.Sink.asSubscriber(Content.Sink sink, org.eclipse.jetty.util.Callback callback) Wraps the given content sink with aFlow.Subscriber.Methods in org.eclipse.jetty.io with parameters of type Content.ChunkModifier and TypeMethodDescriptionstatic Content.ChunkContent.Chunk.next(Content.Chunk chunk) Returns the chunk that follows the given chunk.booleanContent.Chunk.Processor.process(Content.Chunk chunk, org.eclipse.jetty.util.Callback callback) -
Uses of Content.Chunk in org.eclipse.jetty.io.content
Methods in org.eclipse.jetty.io.content that return Content.ChunkModifier and TypeMethodDescriptionAsyncContent.read()ByteBufferContentSource.read()ChunksContentSource.read()ContentSourceTransformer.read()InputStreamContentSource.read()OutputStreamContentSource.read()PathContentSource.read()protected abstract Content.ChunkContentSourceTransformer.transform(Content.Chunk inputChunk) Transforms the input chunk parameter into an output chunk.Methods in org.eclipse.jetty.io.content that return types with arguments of type Content.ChunkMethods in org.eclipse.jetty.io.content with parameters of type Content.ChunkModifier and TypeMethodDescriptionvoidContentSinkSubscriber.onNext(Content.Chunk chunk) protected abstract Content.ChunkContentSourceTransformer.transform(Content.Chunk inputChunk) Transforms the input chunk parameter into an output chunk.Method parameters in org.eclipse.jetty.io.content with type arguments of type Content.ChunkModifier and TypeMethodDescriptionvoidContentSourcePublisher.subscribe(Flow.Subscriber<? super Content.Chunk> subscriber) Constructor parameters in org.eclipse.jetty.io.content with type arguments of type Content.Chunk