Uses of Interface
org.eclipse.jetty.server.handler.gzip.GzipFactory
Packages that use GzipFactory
-
Uses of GzipFactory in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement GzipFactoryModifier and TypeClassDescriptionclass
A Handler that can dynamically GZIP uncompress requests, and compress responses.Constructors in org.eclipse.jetty.server.handler.gzip with parameters of type GzipFactoryModifierConstructorDescriptionGzipHttpOutputInterceptor
(GzipFactory factory, HttpField vary, int bufferSize, HttpChannel channel, HttpOutput.Interceptor next, boolean syncFlush) GzipHttpOutputInterceptor
(GzipFactory factory, HttpField vary, HttpChannel channel, HttpOutput.Interceptor next, boolean syncFlush) GzipHttpOutputInterceptor
(GzipFactory factory, HttpChannel channel, HttpOutput.Interceptor next, boolean syncFlush)