类 org.eclipse.jetty.servlets.UserAgentFilter
的使用

使用 UserAgentFilter 的软件包
org.eclipse.jetty.servlets   
 

org.eclipse.jetty.servletsUserAgentFilter 的使用
 

org.eclipse.jetty.servletsUserAgentFilter 的子类
 class GzipFilter
          GZIP Filter This filter will gzip or deflate the content of a response if: The filter is mapped to a matching path accept-encoding header is set to either gzip, deflate or a combination of those 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 If both gzip and deflate are specified in the accept-encoding header, then gzip will be used.
 class IncludableGzipFilter
          Includable GZip Filter.
 



Copyright © 2013. All Rights Reserved.