Uses of Class
org.opencastproject.fsresources.StaticResourceServlet.Range
Packages that use StaticResourceServlet.Range
-
Uses of StaticResourceServlet.Range in org.opencastproject.fsresources
Methods in org.opencastproject.fsresources that return types with arguments of type StaticResourceServlet.RangeModifier and TypeMethodDescriptionprotected ArrayList<StaticResourceServlet.Range> StaticResourceServlet.parseRange(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse response, String eTag, long lastModified, long fileLength) Parse the range header.Method parameters in org.opencastproject.fsresources with type arguments of type StaticResourceServlet.RangeModifier and TypeMethodDescriptionprotected voidStaticResourceServlet.copy(File f, javax.servlet.ServletOutputStream out, Iterator<StaticResourceServlet.Range> ranges, String contentType)