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 pool, int bufferSize) GZIPContentDecoder
(InflaterPool inflaterPool, ByteBufferPool pool, int bufferSize, boolean useDirectBuffers) -
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 TypeMethodDescriptionvoid
GzipHandler.setInflaterPool
(InflaterPool inflaterPool) Set the InflaterPool to be used.Constructors in org.eclipse.jetty.server.handler.gzip with parameters of type InflaterPoolModifierConstructorDescriptionGzipHttpInputInterceptor
(InflaterPool inflaterPool, ByteBufferPool pool, int bufferSize) GzipHttpInputInterceptor
(InflaterPool inflaterPool, ByteBufferPool pool, int bufferSize, boolean useDirectBuffers) -
Uses of InflaterPool in org.eclipse.jetty.util.compression
Methods in org.eclipse.jetty.util.compression that return InflaterPoolModifier and TypeMethodDescriptionstatic InflaterPool
InflaterPool.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)