Uses of Interface
org.eclipse.jetty.server.resource.RangeWriter
Packages that use RangeWriter
-
Uses of RangeWriter in org.eclipse.jetty.server.resource
Classes in org.eclipse.jetty.server.resource that implement RangeWriterModifier and TypeClassDescriptionclass
ByteBuffer based RangeWriterclass
Default Range Writer for InputStreamclass
Methods in org.eclipse.jetty.server.resource that return RangeWriterModifier and TypeMethodDescriptionstatic RangeWriter
HttpContentRangeWriter.newRangeWriter
(HttpContent content) Obtain a new RangeWriter for the supplied HttpContent.