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, Resource resource, ByteRange byteRange, long contentLength, ByteBufferPool bufferPool) Deprecated, for removal: This API element is subject to removal in a future version.Part(String contentType, Resource resource, ByteRange byteRange, long contentLength, ByteBufferPool.Sized bufferPool) Part(HttpFields headers, Resource resource, ByteRange byteRange) Part(HttpFields headers, Resource resource, ByteRange byteRange, ByteBufferPool bufferPool) Deprecated, for removal: This API element is subject to removal in a future version.Part(HttpFields headers, Resource resource, ByteRange byteRange, ByteBufferPool.Sized bufferPool) PathContentSource(Path path, ByteRange byteRange) Deprecated, for removal: This API element is subject to removal in a future version.
Part(String, Resource, ByteRange, long, ByteBufferPool.Sized)instead.