Uses of Interface
org.eclipse.jetty.server.resource.RangeWriter
-
Packages that use RangeWriter Package Description org.eclipse.jetty.server.resource -
-
Uses of RangeWriter in org.eclipse.jetty.server.resource
Classes in org.eclipse.jetty.server.resource that implement RangeWriter Modifier and Type Class Description class
ByteBufferRangeWriter
ByteBuffer based RangeWriterclass
InputStreamRangeWriter
Default Range Writer for InputStreamclass
SeekableByteChannelRangeWriter
Methods in org.eclipse.jetty.server.resource that return RangeWriter Modifier and Type Method Description static RangeWriter
HttpContentRangeWriter. newRangeWriter(HttpContent content)
Obtain a new RangeWriter for the supplied HttpContent.
-