Uses of Interface
org.eclipse.jetty.server.handler.gzip.GzipFactory
-
Uses of GzipFactory in org.eclipse.jetty.server.handler.gzip
Modifier and TypeClassDescriptionclass
A Handler that can dynamically GZIP uncompress requests, and compress responses.ModifierConstructorDescriptionGzipHttpOutputInterceptor
(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)