Home
last modified time | relevance | path

Searched defs:sendError (Results 1 – 5 of 5) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/
DServletResponseHttpWrapper.java69 public void sendError(int sc, String msg) throws IOException in sendError() method in ServletResponseHttpWrapper
73 public void sendError(int sc) throws IOException in sendError() method in ServletResponseHttpWrapper
DResponse.java309 public void sendError(int code, String message) throws IOException in sendError() method in Response
414 public void sendError(int sc) throws IOException in sendError() method in Response
/external/jetty/src/java/org/eclipse/jetty/http/gzip/
DCompressedResponseWrapper.java288 public void sendError(int sc, String msg) throws IOException in sendError() method in CompressedResponseWrapper
299 public void sendError(int sc) throws IOException in sendError() method in CompressedResponseWrapper
/external/jetty/src/java/org/eclipse/jetty/http/
DGenerator.java74 void sendError(int code, String reason, String content, boolean close) throws IOException; in sendError() method
DAbstractGenerator.java464 public void sendError(int code, String reason, String content, boolean close) throws IOException in sendError() method in AbstractGenerator