nu.validator.servletfilter
Class InboundGzipFilter
java.lang.Object
nu.validator.servletfilter.InboundGzipFilter
- All Implemented Interfaces:
- Filter
public class InboundGzipFilter
- extends Object
- implements Filter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InboundGzipFilter
public InboundGzipFilter()
destroy
public void destroy()
- Specified by:
destroy
in interface Filter
doFilter
public void doFilter(ServletRequest req,
ServletResponse res,
FilterChain chain)
throws IOException,
ServletException
- Specified by:
doFilter
in interface Filter
- Throws:
IOException
ServletException
wrap
private ServletRequest wrap(HttpServletRequest request)
init
public void init(FilterConfig config)
throws ServletException
- Specified by:
init
in interface Filter
- Throws:
ServletException