Uses of Class
org.eclipse.jetty.server.InclusiveByteRange
-
Packages that use InclusiveByteRange Package Description org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of InclusiveByteRange in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return types with arguments of type InclusiveByteRange Modifier and Type Method Description static java.util.List<InclusiveByteRange>
InclusiveByteRange. satisfiableRanges(java.util.Enumeration<java.lang.String> headers, long size)
Methods in org.eclipse.jetty.server with parameters of type InclusiveByteRange Modifier and Type Method Description private void
InclusiveByteRange. coalesce(InclusiveByteRange r)
private boolean
InclusiveByteRange. overlaps(InclusiveByteRange range)
-