protected boolean |
DefaultServlet.checkIfHeaders(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes) |
Check if the conditions specified in the optional If headers are
satisfied.
|
protected boolean |
WebdavServlet.checkIfHeaders(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes) |
Check if the conditions specified in the optional If headers are
satisfied.
|
protected boolean |
DefaultServlet.checkIfMatch(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes) |
Check if the if-match condition is satisfied.
|
protected boolean |
DefaultServlet.checkIfModifiedSince(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes) |
Check if the if-modified-since condition is satisfied.
|
protected boolean |
DefaultServlet.checkIfNoneMatch(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes) |
Check if the if-none-match condition is satisfied.
|
protected boolean |
DefaultServlet.checkIfUnmodifiedSince(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes) |
Check if the if-unmodified-since condition is satisfied.
|
protected ArrayList<DefaultServlet.Range> |
DefaultServlet.parseRange(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes) |
Parse the range header.
|