Uses of Record Class
org.eclipse.jetty.http.ByteRange
Packages that use ByteRange
-
Uses of ByteRange in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return types with arguments of type ByteRangeModifier and TypeMethodDescriptionParses theRangeheader values such asbyte=10-20to obtain a list ofByteRanges.Constructors in org.eclipse.jetty.http with parameters of type ByteRangeModifierConstructorDescriptionInputStreamContentSource(InputStream inputStream, ByteRange byteRange) Part(String contentType, org.eclipse.jetty.util.resource.Resource resource, ByteRange byteRange, long contentLength) Part(HttpFields headers, org.eclipse.jetty.util.resource.Resource resource, ByteRange byteRange) PathContentSource(Path path, ByteRange byteRange)