Uses of Interface
org.eclipse.jetty.server.handler.gzip.GzipFactory
-
Packages that use GzipFactory Package Description org.eclipse.jetty.server.handler.gzip Jetty GZIP Handler -
-
Uses of GzipFactory in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement GzipFactory Modifier and Type Class Description class
GzipHandler
A Handler that can dynamically GZIP uncompress requests, and compress responses.Constructors in org.eclipse.jetty.server.handler.gzip with parameters of type GzipFactory Constructor Description GzipHttpOutputInterceptor(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)
-