Uses of Package
org.eclipse.jetty.servlets

Packages that use org.eclipse.jetty.servlets
org.eclipse.jetty.servlets   
 

Classes in org.eclipse.jetty.servlets used by org.eclipse.jetty.servlets
DoSFilter
          Denial of Service filter
GzipFilter
          GZIP Filter This filter will gzip the content of a response iff: The filter is mapped to a matching path The response status code is >=200 and <300 The content length is unknown or more than the minGzipSize initParameter or the minGzipSize is 0(default) The content-type is in the comma separated list of mimeTypes set in the mimeTypes initParameter or if no mimeTypes are defined the content-type is not "application/gzip" No content-encoding is specified by the resource
GzipFilter.GZIPResponseWrapper
           
GzipFilter.GzipStream
           
ProxyServlet
          Asynchronous Proxy Servlet.
UserAgentFilter
          User Agent Filter.
 



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