Package org.eclipse.jetty.servlets
Class GzipFilter
- java.lang.Object
-
- org.eclipse.jetty.servlets.GzipFilter
-
- All Implemented Interfaces:
Filter
- Direct Known Subclasses:
AsyncGzipFilter,IncludableGzipFilter
@Deprecated public class GzipFilter extends Object implements Filter
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description GzipFilter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddestroy()Deprecated.voiddoFilter(ServletRequest request, ServletResponse response, FilterChain chain)Deprecated.voidinit(FilterConfig filterConfig)Deprecated.
-
-
-
Method Detail
-
init
public void init(FilterConfig filterConfig) throws ServletException
Deprecated.- Specified by:
initin interfaceFilter- Throws:
ServletException
-
doFilter
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
Deprecated.- Specified by:
doFilterin interfaceFilter- Throws:
IOExceptionServletException
-
-