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 Server : Core Handler API
Jetty Proxy : Async Proxy Support
Jetty Server : Core Handler API
Jetty Proxy : Async Proxy Support
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 TypeMethodDescriptionvoidInputStreamResponseListener.onContent(Response response, Content.Chunk chunk, Runnable demander) voidResponse.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 voidResponse.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.ChunkHttpReceiver.read(boolean fillInterestIfNeeded) Reads a chunk of data. -
Uses of Content.Chunk in org.eclipse.jetty.docs.programming
Methods in org.eclipse.jetty.docs.programming with parameters of type 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 TypeMethodDescriptionvoidAsyncMiddleManServlet.ProxyResponseListener.onContent(Response serverResponse, Content.Chunk chunk, Runnable demander) voidProxyServlet.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 TypeMethodDescriptionvoidContentProducer.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.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return Content.ChunkMethods in org.eclipse.jetty.ee8.nested with parameters of type Content.ChunkModifier and TypeMethodDescriptionstatic HttpInput.ContentHttpInput.Content.asChunk(Content.Chunk chunk) -
Uses of Content.Chunk in org.eclipse.jetty.ee8.proxy
Methods in org.eclipse.jetty.ee8.proxy that return Content.ChunkMethods in org.eclipse.jetty.ee8.proxy with parameters of type Content.ChunkModifier and TypeMethodDescriptionvoidAsyncMiddleManServlet.ProxyResponseListener.onContent(Response serverResponse, Content.Chunk chunk, Runnable demander) voidProxyServlet.ProxyResponseListener.onContent(Response proxyResponse, Content.Chunk chunk, Runnable demander) -
Uses of Content.Chunk in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return Content.ChunkMethods in org.eclipse.jetty.ee9.nested with parameters of type Content.ChunkModifier and TypeMethodDescriptionstatic HttpInput.ContentHttpInput.Content.asChunk(Content.Chunk chunk) -
Uses of Content.Chunk in org.eclipse.jetty.ee9.proxy
Methods in org.eclipse.jetty.ee9.proxy that return Content.ChunkMethods in org.eclipse.jetty.ee9.proxy with parameters of type Content.ChunkModifier and TypeMethodDescriptionvoidAsyncMiddleManServlet.ProxyResponseListener.onContent(Response serverResponse, Content.Chunk chunk, Runnable demander) voidProxyServlet.ProxyResponseListener.onContent(Response proxyResponse, Content.Chunk chunk, Runnable demander) -
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 voidMultiPart.Parser.Listener.onPartContent(Content.Chunk chunk) Callback method invoked when a part contentChunkhas been parsed.voidMultiPart.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.io
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) default Content.ChunkContent.Chunk.asReadOnly()static Content.ChunkCreates anfailure chunkwith the given failure andContent.Chunk.isLast()returning true.static Content.ChunkCreates anfailure chunkwith the given failure and givenlaststate.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, Callback callback) Wraps the given content sink with aFlow.Subscriber.Methods in org.eclipse.jetty.io with parameters of type Content.ChunkModifier and TypeMethodDescriptionbooleanChunkAccumulator.add(Content.Chunk chunk) Add aContent.Chunkto the accumulator.static booleanContent.Chunk.isFailure(Content.Chunk chunk) static booleanContent.Chunk.isFailure(Content.Chunk chunk, boolean last) static Content.ChunkContent.Chunk.next(Content.Chunk chunk) Returns the chunk that follows the given chunk.booleanContent.Chunk.Processor.process(Content.Chunk chunk, Callback callback) -
Uses of Content.Chunk in org.eclipse.jetty.io.content
Classes in org.eclipse.jetty.io.content that implement interfaces with type arguments of type Content.ChunkModifier and TypeClassDescriptionclassAFlow.Subscriberthat wraps aContent.Sink.classWraps aContent.Sourceas aFlow.Publisher.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 XContentSourceCompletableFuture.parse(Content.Chunk chunk) Called byContentSourceCompletableFuture.parse()to parse aContent.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 -
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 TypeMethodDescriptionvoidProxyHandler.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 voidEventsHandler.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. from within a call toRequest.read()).protected voidStatisticsHandler.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