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.compression.gzip
Methods in org.eclipse.jetty.compression.gzip that return DeflaterPoolMethods in org.eclipse.jetty.compression.gzip with parameters of type DeflaterPoolModifier and TypeMethodDescriptionvoidGzipCompression.setDeflaterPool(DeflaterPool deflaterPool)  - 
Uses of DeflaterPool in org.eclipse.jetty.server.handler.gzip
Methods in org.eclipse.jetty.server.handler.gzip that return DeflaterPoolModifier and TypeMethodDescriptionGzipHandler.getDeflaterPool()Deprecated, for removal: This API element is subject to removal in a future version.Get the DeflaterPool being used.Methods in org.eclipse.jetty.server.handler.gzip with parameters of type DeflaterPoolModifier and TypeMethodDescriptionvoidGzipHandler.setDeflaterPool(DeflaterPool deflaterPool) Deprecated, for removal: This API element is subject to removal in a future version.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 DeflaterPoolDeflaterPool.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)