Uses of Class
org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Packages that use GzipHandler Package Description org.eclipse.jetty.servlet Jetty Server : Modular Servlet Integration -
-
Uses of GzipHandler in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as GzipHandler Modifier and Type Field Description protected GzipHandler
ServletContextHandler. _gzipHandler
Methods in org.eclipse.jetty.servlet that return GzipHandler Modifier and Type Method Description GzipHandler
ServletContextHandler. getGzipHandler()
Methods in org.eclipse.jetty.servlet with parameters of type GzipHandler Modifier and Type Method Description void
ServletContextHandler. setGzipHandler(GzipHandler gzipHandler)
-