Uses of Interface
org.eclipse.jetty.io.Content.Chunk.Processor
Packages that use Content.Chunk.Processor
-
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, org.eclipse.jetty.util.Callback callback) Copies the given content source to the given content sink, notifying the given callback when the copy is complete.