Uses of Class
org.eclipse.jetty.util.compression.DeflaterPool
Packages that use DeflaterPool
Package
Description
Jetty GZIP Handler
-
Uses of DeflaterPool in org.eclipse.jetty.server.handler.gzip
Methods in org.eclipse.jetty.server.handler.gzip that return DeflaterPoolMethods in org.eclipse.jetty.server.handler.gzip with parameters of type DeflaterPoolModifier and TypeMethodDescriptionvoid
GzipHandler.setDeflaterPool
(DeflaterPool deflaterPool) Set the DeflaterPool to be used. -
Uses of DeflaterPool in org.eclipse.jetty.util.compression
Methods in org.eclipse.jetty.util.compression that return DeflaterPoolModifier and TypeMethodDescriptionstatic DeflaterPool
DeflaterPool.ensurePool
(Container container) -
Uses of DeflaterPool in org.eclipse.jetty.websocket.core
Methods in org.eclipse.jetty.websocket.core that return DeflaterPoolModifier and TypeMethodDescriptionAbstractExtension.getDeflaterPool()
WebSocketComponents.getDeflaterPool()
Constructors in org.eclipse.jetty.websocket.core with parameters of type DeflaterPoolModifierConstructorDescriptionWebSocketComponents
(WebSocketExtensionRegistry extensionRegistry, DecoratedObjectFactory objectFactory, ByteBufferPool bufferPool, InflaterPool inflaterPool, DeflaterPool deflaterPool) WebSocketComponents
(WebSocketExtensionRegistry extensionRegistry, DecoratedObjectFactory objectFactory, ByteBufferPool bufferPool, InflaterPool inflaterPool, DeflaterPool deflaterPool, Executor executor)