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