Uses of Interface
org.eclipse.jetty.io.Content.Chunk.Processor
Packages that use Content.Chunk.Processor
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty Server : Core Server API
-
Uses of Content.Chunk.Processor in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io with parameters of type Content.Chunk.ProcessorModifier and TypeMethodDescriptionstatic void
Content.copy
(Content.Source source, Content.Sink sink, Content.Chunk.Processor chunkProcessor, Callback callback) Copies the given content source to the given content sink, notifying the given callback when the copy is complete. -
Uses of Content.Chunk.Processor in org.eclipse.jetty.io.internal
Constructors in org.eclipse.jetty.io.internal with parameters of type Content.Chunk.ProcessorModifierConstructorDescriptionContentCopier
(Content.Source source, Content.Sink sink, Content.Chunk.Processor chunkProcessor, Callback callback) -
Uses of Content.Chunk.Processor in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return Content.Chunk.ProcessorModifier and TypeMethodDescriptionstatic Content.Chunk.Processor
Response.newTrailersChunkProcessor
(Response response) Returns a chunk processor suitable to be passed to theContent.copy(Content.Source, Content.Sink, Content.Chunk.Processor, Callback)
method, that will handleTrailers
chunks by adding their fields to theHttpFields
supplied byResponse.getTrailersSupplier()
.