com.atlassian.jira.web.filters.gzip
Class JiraGzipFilter

java.lang.Object
  extended by com.atlassian.gzipfilter.GzipFilter
      extended by com.atlassian.jira.web.filters.gzip.JiraGzipFilter
All Implemented Interfaces:
javax.servlet.Filter

public class JiraGzipFilter
extends com.atlassian.gzipfilter.GzipFilter


Constructor Summary
JiraGzipFilter()
           
 
Method Summary
 void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, javax.servlet.FilterChain chain)
           
 
Methods inherited from class com.atlassian.gzipfilter.GzipFilter
getFactory, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraGzipFilter

public JiraGzipFilter()
Method Detail

doFilter

public void doFilter(javax.servlet.ServletRequest req,
                     javax.servlet.ServletResponse res,
                     javax.servlet.FilterChain chain)
              throws IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Overrides:
doFilter in class com.atlassian.gzipfilter.GzipFilter
Throws:
IOException
javax.servlet.ServletException


Copyright © 2002-2014 Atlassian. All Rights Reserved.