nu.validator.servletfilter
Class InboundGzipFilter

java.lang.Object
  extended by nu.validator.servletfilter.InboundGzipFilter
All Implemented Interfaces:
Filter

public class InboundGzipFilter
extends Object
implements Filter


Nested Class Summary
private  class InboundGzipFilter.GzipServletInputStream
           
 
Constructor Summary
InboundGzipFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse res, FilterChain chain)
           
 void init(FilterConfig config)
           
private  ServletRequest wrap(HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboundGzipFilter

public InboundGzipFilter()
Method Detail

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