Uses of Class
org.eclipse.jetty.util.compression.InflaterPool
Packages that use InflaterPool
Package
Description
Jetty Http : Tools for Http processing
Jetty GZIP Handler
- 
Uses of InflaterPool in org.eclipse.jetty.compression.gzip
Methods in org.eclipse.jetty.compression.gzip that return InflaterPoolMethods in org.eclipse.jetty.compression.gzip with parameters of type InflaterPoolModifier and TypeMethodDescriptionvoidGzipCompression.setInflaterPool(InflaterPool inflaterPool)  - 
Uses of InflaterPool in org.eclipse.jetty.http
Constructors in org.eclipse.jetty.http with parameters of type InflaterPoolModifierConstructorDescriptionGZIPContentDecoder(InflaterPool inflaterPool, ByteBufferPool byteBufferPool, int bufferSize)  - 
Uses of InflaterPool in org.eclipse.jetty.server.handler.gzip
Methods in org.eclipse.jetty.server.handler.gzip that return InflaterPoolModifier and TypeMethodDescriptionGzipHandler.getInflaterPool()Deprecated, for removal: This API element is subject to removal in a future version.Get the InflaterPool being used.Methods in org.eclipse.jetty.server.handler.gzip with parameters of type InflaterPoolModifier and TypeMethodDescriptionvoidGzipHandler.setInflaterPool(InflaterPool inflaterPool) Deprecated, for removal: This API element is subject to removal in a future version.Set the InflaterPool to be used. - 
Uses of InflaterPool in org.eclipse.jetty.util.compression
Methods in org.eclipse.jetty.util.compression that return InflaterPoolModifier and TypeMethodDescriptionstatic InflaterPoolInflaterPool.ensurePool(Container container)  - 
Uses of InflaterPool in org.eclipse.jetty.websocket.core
Methods in org.eclipse.jetty.websocket.core that return InflaterPoolModifier and TypeMethodDescriptionAbstractExtension.getInflaterPool()WebSocketComponents.getInflaterPool()Constructors in org.eclipse.jetty.websocket.core with parameters of type InflaterPoolModifierConstructorDescriptionWebSocketComponents(WebSocketExtensionRegistry extensionRegistry, DecoratedObjectFactory objectFactory, ByteBufferPool bufferPool, InflaterPool inflaterPool, DeflaterPool deflaterPool) WebSocketComponents(WebSocketExtensionRegistry extensionRegistry, DecoratedObjectFactory objectFactory, ByteBufferPool bufferPool, InflaterPool inflaterPool, DeflaterPool deflaterPool, Executor executor)