Uses of Interface
org.eclipse.jetty.io.Content.Chunk
Packages that use Content.Chunk
Package
Description
Jetty Proxy : Async Proxy Support
Jetty Server : Modular Servlet Integration
Jetty Http : Tools for Http processing
Jetty IO : Core classes for Jetty IO subsystem
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
-
Uses of Content.Chunk in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return Content.ChunkMethods in org.eclipse.jetty.client with parameters of type Content.ChunkModifier and TypeMethodDescriptionvoid
InputStreamResponseListener.onContent
(Response response, Content.Chunk chunk, Runnable demander) void
Response.AsyncContentListener.onContent
(Response response, Content.Chunk chunk, Runnable demander) Callback method invoked when the response content has been received, parsed and there is demand.default void
Response.ContentListener.onContent
(Response response, Content.Chunk chunk, Runnable demander) -
Uses of Content.Chunk in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport that return Content.ChunkModifier and TypeMethodDescriptionprotected abstract Content.Chunk
HttpReceiver.read
(boolean fillInterestIfNeeded) Reads a chunk of data. -
Uses of Content.Chunk in org.eclipse.jetty.client.transport.internal
Methods in org.eclipse.jetty.client.transport.internal that return Content.Chunk -
Uses of Content.Chunk in org.eclipse.jetty.ee10.proxy
Methods in org.eclipse.jetty.ee10.proxy that return Content.ChunkMethods in org.eclipse.jetty.ee10.proxy with parameters of type Content.ChunkModifier and TypeMethodDescriptionvoid
AsyncMiddleManServlet.ProxyResponseListener.onContent
(Response serverResponse, Content.Chunk chunk, Runnable demander) void
ProxyServlet.ProxyResponseListener.onContent
(Response proxyResponse, Content.Chunk chunk, Runnable demander) -
Uses of Content.Chunk in org.eclipse.jetty.ee10.servlet
Methods in org.eclipse.jetty.ee10.servlet that return Content.ChunkModifier and TypeMethodDescriptionContentProducer.nextChunk()
Get the next content chunk that can be read from or that describes the terminal condition that was reached (error, eof).ServletCoreRequest.read()
Methods in org.eclipse.jetty.ee10.servlet with parameters of type Content.ChunkModifier and TypeMethodDescriptionvoid
ContentProducer.reclaim
(Content.Chunk chunk) Free up the content by callingRetainable.release()
on it and updating this instance's internal state. -
Uses of Content.Chunk in org.eclipse.jetty.fcgi.client.transport.internal
Methods in org.eclipse.jetty.fcgi.client.transport.internal that return Content.ChunkMethods in org.eclipse.jetty.fcgi.client.transport.internal with parameters of type Content.ChunkModifier and TypeMethodDescriptionprotected void
HttpChannelOverFCGI.content
(Content.Chunk chunk) -
Uses of Content.Chunk in org.eclipse.jetty.fcgi.server.internal
Methods in org.eclipse.jetty.fcgi.server.internal that return Content.ChunkMethods in org.eclipse.jetty.fcgi.server.internal with parameters of type Content.Chunk -
Uses of Content.Chunk in org.eclipse.jetty.http
Classes in org.eclipse.jetty.http that implement Content.ChunkMethods in org.eclipse.jetty.http that return Content.ChunkModifier and TypeMethodDescriptionMultiPart.AbstractContentSource.read()
MultiPartByteRanges.PathContentSource.read()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.jetty.http with parameters of type Content.ChunkModifier and TypeMethodDescriptiondefault void
MultiPart.Parser.Listener.onPartContent
(Content.Chunk chunk) Callback method invoked when a part contentChunk
has been parsed.void
MultiPart.Parser.parse
(Content.Chunk chunk) Parses the multipart/form-data bytes contained in the givenContent.Chunk
.Constructor parameters in org.eclipse.jetty.http with type arguments of type Content.ChunkModifierConstructorDescriptionChunksPart
(String name, String fileName, HttpFields fields, List<Content.Chunk> content) -
Uses of Content.Chunk in org.eclipse.jetty.http2.client.transport.internal
Methods in org.eclipse.jetty.http2.client.transport.internal that return Content.Chunk -
Uses of Content.Chunk in org.eclipse.jetty.http2.server.internal
Methods in org.eclipse.jetty.http2.server.internal that return Content.Chunk -
Uses of Content.Chunk in org.eclipse.jetty.io
Fields in org.eclipse.jetty.io declared as Content.ChunkModifier and TypeFieldDescriptionstatic final Content.Chunk
Content.Chunk.EMPTY
An empty, non-last, chunk.static final Content.Chunk
Content.Chunk.EOF
An empty, last, chunk.Methods in org.eclipse.jetty.io that return Content.ChunkModifier and TypeMethodDescriptionstatic Content.Chunk
Content.Chunk.asChunk
(ByteBuffer byteBuffer, boolean last, Retainable retainable) default Content.Chunk
Content.Chunk.asReadOnly()
static Content.Chunk
Creates anfailure chunk
with the given failure andisLast()
returning true.static Content.Chunk
Creates anfailure chunk
with the given failure and givenlast
state.static Content.Chunk
Content.Chunk.from
(ByteBuffer byteBuffer, boolean last) Creates a Chunk with the given ByteBuffer.static Content.Chunk
Content.Chunk.from
(ByteBuffer byteBuffer, boolean last, Runnable releaser) Creates a Chunk with the given ByteBuffer.static Content.Chunk
Content.Chunk.from
(ByteBuffer byteBuffer, boolean last, Consumer<ByteBuffer> releaser) Creates a last/non-last Chunk with the given ByteBuffer.static Content.Chunk
Content.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, Callback callback) Wraps the given content sink with aFlow.Subscriber
.Methods in org.eclipse.jetty.io with parameters of type Content.ChunkModifier and TypeMethodDescriptionboolean
ChunkAccumulator.add
(Content.Chunk chunk) Add aContent.Chunk
to the accumulator.static boolean
Content.Chunk.isFailure
(Content.Chunk chunk) static boolean
Content.Chunk.isFailure
(Content.Chunk chunk, boolean last) static Content.Chunk
Content.Chunk.next
(Content.Chunk chunk) Returns the chunk that follows the given chunk.boolean
Content.Chunk.Processor.process
(Content.Chunk chunk, 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.Chunk
ContentSourceTransformer.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 TypeMethodDescriptionvoid
ContentSinkSubscriber.onNext
(Content.Chunk chunk) protected abstract X
ContentSourceCompletableFuture.parse
(Content.Chunk chunk) Called byContentSourceCompletableFuture.parse()
to parse aContent.Chunk
.protected abstract Content.Chunk
ContentSourceTransformer.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 TypeMethodDescriptionvoid
ContentSourcePublisher.subscribe
(Flow.Subscriber<? super Content.Chunk> subscriber) Constructor parameters in org.eclipse.jetty.io.content with type arguments of type Content.Chunk -
Uses of Content.Chunk in org.eclipse.jetty.io.internal
Classes in org.eclipse.jetty.io.internal that implement Content.ChunkModifier and TypeClassDescriptionclass
static class
static class
static class
static class
Methods in org.eclipse.jetty.io.internal that return Content.ChunkMethods in org.eclipse.jetty.io.internal with parameters of type Content.ChunkModifier and TypeMethodDescriptionprotected void
ByteChannelContentSource.lockedSetTerminal
(Content.Chunk terminal) -
Uses of Content.Chunk in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy that return Content.ChunkMethods in org.eclipse.jetty.proxy with parameters of type Content.ChunkModifier and TypeMethodDescriptionvoid
ProxyHandler.ProxyResponseListener.onContent
(Response serverToProxyResponse, Content.Chunk serverToProxyChunk, Runnable serverToProxyDemander) -
Uses of Content.Chunk in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return Content.ChunkModifier and TypeMethodDescriptionHttpStream.read()
Reads a chunk of content, with the same semantic asContent.Source.read()
.HttpStream.Wrapper.read()
Request.read()
Reads a chunk of content.Request.Wrapper.read()
Methods in org.eclipse.jetty.server with parameters of type Content.Chunk -
Uses of Content.Chunk in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler that return Content.ChunkModifier and TypeMethodDescriptionErrorHandler.ErrorRequest.read()
StatisticsHandler.MinimumDataRateHandler.MinimumDataRateRequest.read()
Methods in org.eclipse.jetty.server.handler with parameters of type Content.ChunkModifier and TypeMethodDescriptionprotected void
EventsHandler.onRequestRead
(Request request, Content.Chunk chunk) Invoked every time a request content chunk has been parsed, just before making it available to the application (i.e.protected void
StatisticsHandler.onRequestRead
(Request request, Content.Chunk chunk) -
Uses of Content.Chunk in org.eclipse.jetty.server.handler.gzip
Methods in org.eclipse.jetty.server.handler.gzip that return Content.Chunk -
Uses of Content.Chunk in org.eclipse.jetty.server.internal
Methods in org.eclipse.jetty.server.internal that return Content.Chunk