Public Member Functions | |
| GZIPResponseWrapper (HttpServletResponse response) | |
| ServletOutputStream | createOutputStream () throws IOException |
| void | finishResponse () |
| void | flushBuffer () throws IOException |
| ServletOutputStream | getOutputStream () throws IOException |
| PrintWriter | getWriter () throws IOException |
| void | setContentLength (int length) |
| void | sendError (int error, String message) throws IOException |
Protected Attributes | |
| HttpServletResponse | origResponse = null |
| ServletOutputStream | stream = null |
| PrintWriter | writer = null |
| int | error = 0 |
Definition at line 36 of file GZIPResponseWrapper.java.
| void org.osmius.webapp.filter.GZIPResponseWrapper.sendError | ( | int | error, | |
| String | message | |||
| ) | throws IOException |
Definition at line 110 of file GZIPResponseWrapper.java.
References org.osmius.webapp.filter.GZIPResponseWrapper.error.
1.5.1