Uses of Interface
org.eclipse.jetty.io.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
Modifier 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
ModifierConstructorDescriptionContentCopier
(Content.Source source, Content.Sink sink, Content.Chunk.Processor chunkProcessor, Callback callback) -
Uses of Content.Chunk.Processor in org.eclipse.jetty.server
Modifier 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()
.