Home
last modified time | relevance | path

Searched refs:sendError (Results 1 – 6 of 6) sorted by relevance

/unit/test/java/content_type/
H A Dapp.java87 response.sendError(404); in doGet()
/unit/src/java/nginx/unit/
H A DResponse.java365 public void sendError(int sc) throws IOException in sendError() method in Response
367 sendError(sc, null); in sendError()
371 public void sendError(int sc, String msg) throws IOException in sendError() method in Response
H A DContext.java264 response.sendError(response.SC_NOT_FOUND); in doGet()
287 response.sendError(response.SC_NOT_FOUND); in doGet()
295 response.sendError(response.SC_NOT_MODIFIED); in doGet()
305 response.sendError(response.SC_FOUND); in doGet()
950 resp.sendError(resp.SC_NOT_FOUND); in service()
958 resp.sendError(resp.SC_FOUND); in service()
/unit/test/java/include/
H A Dapp.java134 response.sendError(404); in doGet()
/unit/test/java/forward/
H A Dapp.java136 response.sendError(404); in doGet()
/unit/src/java/nginx/unit/websocket/server/
H A DUpgradeUtil.java98 resp.sendError(HttpServletResponse.SC_FORBIDDEN); in doUpgrade()