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.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 InflaterPoolMethods in org.eclipse.jetty.server.handler.gzip with parameters of type InflaterPoolModifier and TypeMethodDescriptionvoidGzipHandler.setInflaterPool(InflaterPool inflaterPool) 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)