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 theRange
header values such asbyte=10-20
to obtain a list ofByteRange
s.Constructors in org.eclipse.jetty.http with parameters of type ByteRangeModifierConstructorDescriptionInputStreamContentSource
(InputStream inputStream, ByteRange byteRange) Part
(String contentType, Resource resource, ByteRange byteRange, long contentLength, ByteBufferPool bufferPool) Part
(HttpFields headers, Resource resource, ByteRange byteRange) Part
(HttpFields headers, Resource resource, ByteRange byteRange, ByteBufferPool bufferPool) PathContentSource
(Path path, ByteRange byteRange) Deprecated, for removal: This API element is subject to removal in a future version.