Uses of Class
org.eclipse.jetty.http.gzip.GzipResponseWrapper

Packages that use GzipResponseWrapper
org.eclipse.jetty.server.handler   
org.eclipse.jetty.servlets   
 

Uses of GzipResponseWrapper in org.eclipse.jetty.server.handler
 

Methods in org.eclipse.jetty.server.handler that return GzipResponseWrapper
protected  GzipResponseWrapper GzipHandler.newGzipResponseWrapper(HttpServletRequest request, HttpServletResponse response)
          Allows derived implementations to replace ResponseWrapper implementation.
 

Uses of GzipResponseWrapper in org.eclipse.jetty.servlets
 

Subclasses of GzipResponseWrapper in org.eclipse.jetty.servlets
 class IncludableGzipFilter.IncludableResponseWrapper
           
 

Methods in org.eclipse.jetty.servlets that return GzipResponseWrapper
protected  GzipResponseWrapper IncludableGzipFilter.newGzipResponseWrapper(HttpServletRequest request, HttpServletResponse response)
           
protected  GzipResponseWrapper GzipFilter.newGzipResponseWrapper(HttpServletRequest request, HttpServletResponse response)
          Allows derived implementations to replace ResponseWrapper implementation.
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.