Uses of Class
org.eclipse.jetty.util.compression.DeflaterPool
Package
Description
Jetty GZIP Handler
-
Uses of DeflaterPool in org.eclipse.jetty.server.handler.gzip
Modifier and TypeMethodDescriptionvoid
GzipHandler.setDeflaterPool
(DeflaterPool deflaterPool) Set the DeflaterPool to be used. -
Uses of DeflaterPool in org.eclipse.jetty.util.compression
Modifier and TypeMethodDescriptionstatic DeflaterPool
DeflaterPool.ensurePool
(Container container) -
Uses of DeflaterPool in org.eclipse.jetty.websocket.core
Modifier and TypeMethodDescriptionAbstractExtension.getDeflaterPool()
WebSocketComponents.getDeflaterPool()
ModifierConstructorDescriptionWebSocketComponents
(WebSocketExtensionRegistry extensionRegistry, DecoratedObjectFactory objectFactory, ByteBufferPool bufferPool, InflaterPool inflaterPool, DeflaterPool deflaterPool) WebSocketComponents
(WebSocketExtensionRegistry extensionRegistry, DecoratedObjectFactory objectFactory, ByteBufferPool bufferPool, InflaterPool inflaterPool, DeflaterPool deflaterPool, Executor executor)