Uses of Class
org.apache.catalina.servlets.DefaultServlet.Range
-
Packages that use DefaultServlet.Range Package Description org.apache.catalina.servlets This package containsServletsthat implement some of the standard functionality provided by the Catalina servlet container. -
-
Uses of DefaultServlet.Range in org.apache.catalina.servlets
Fields in org.apache.catalina.servlets with type parameters of type DefaultServlet.Range Modifier and Type Field Description protected static ArrayList<DefaultServlet.Range>DefaultServlet. FULLFull range marker.Methods in org.apache.catalina.servlets that return DefaultServlet.Range Modifier and Type Method Description protected DefaultServlet.RangeDefaultServlet. parseContentRange(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)Parse the content-range header.Methods in org.apache.catalina.servlets that return types with arguments of type DefaultServlet.Range Modifier and Type Method Description protected ArrayList<DefaultServlet.Range>DefaultServlet. parseRange(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, ResourceAttributes resourceAttributes)Parse the range header.Methods in org.apache.catalina.servlets with parameters of type DefaultServlet.Range Modifier and Type Method Description protected booleanDefaultServlet. checkSendfile(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, CacheEntry entry, long length, DefaultServlet.Range range)Check if sendfile can be used.protected voidDefaultServlet. copy(CacheEntry cacheEntry, jakarta.servlet.ServletOutputStream ostream, DefaultServlet.Range range)Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).protected voidDefaultServlet. copy(CacheEntry cacheEntry, PrintWriter writer, DefaultServlet.Range range)Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).protected FileDefaultServlet. executePartialPut(jakarta.servlet.http.HttpServletRequest req, DefaultServlet.Range range, String path)Handle a partial PUT.Method parameters in org.apache.catalina.servlets with type arguments of type DefaultServlet.Range Modifier and Type Method Description protected voidDefaultServlet. copy(CacheEntry cacheEntry, jakarta.servlet.ServletOutputStream ostream, Iterator<DefaultServlet.Range> ranges, String contentType)Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).protected voidDefaultServlet. copy(CacheEntry cacheEntry, PrintWriter writer, Iterator<DefaultServlet.Range> ranges, String contentType)Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
-