nextapp.echoservlet
Class GZipFilter

java.lang.Object
  extended by nextapp.echoservlet.GZipFilter
All Implemented Interfaces:
EchoFilter

public class GZipFilter
extends java.lang.Object
implements EchoFilter


Constructor Summary
GZipFilter()
           
 
Method Summary
static GZIPResponseWrapper getGZIPResponseWrapper()
           
 void postProcess(java.lang.Exception exceptionOrNull)
           
 javax.servlet.http.HttpServletResponse preProcess(Connection conn, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void setGZIPResponseWrapper(GZIPResponseWrapper wrapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZipFilter

public GZipFilter()
Method Detail

preProcess

public javax.servlet.http.HttpServletResponse preProcess(Connection conn,
                                                         javax.servlet.http.HttpServletRequest request,
                                                         javax.servlet.http.HttpServletResponse response)
Specified by:
preProcess in interface EchoFilter

postProcess

public void postProcess(java.lang.Exception exceptionOrNull)
Specified by:
postProcess in interface EchoFilter

setGZIPResponseWrapper

public static void setGZIPResponseWrapper(GZIPResponseWrapper wrapper)

getGZIPResponseWrapper

public static GZIPResponseWrapper getGZIPResponseWrapper()