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 voidContent.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.server
Methods in org.eclipse.jetty.server that return Content.Chunk.ProcessorModifier and TypeMethodDescriptionstatic Content.Chunk.ProcessorResponse.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 handleTrailerschunks by adding their fields to theHttpFieldssupplied byResponse.getTrailersSupplier().