Uses of Class
org.eclipse.jetty.util.compression.InflaterPool
Package
Description
Jetty Http : Tools for Http processing
Jetty GZIP Handler
-
Uses of InflaterPool in org.eclipse.jetty.http
ModifierConstructorDescriptionGZIPContentDecoder
(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
Modifier and TypeMethodDescriptionvoid
GzipHandler.setInflaterPool
(InflaterPool inflaterPool) Set the InflaterPool to be used.ModifierConstructorDescriptionGzipHttpInputInterceptor
(InflaterPool inflaterPool, ByteBufferPool pool, int bufferSize) GzipHttpInputInterceptor
(InflaterPool inflaterPool, ByteBufferPool pool, int bufferSize, boolean useDirectBuffers) -
Uses of InflaterPool in org.eclipse.jetty.util.compression
Modifier and TypeMethodDescriptionstatic InflaterPool
InflaterPool.ensurePool
(Container container) -
Uses of InflaterPool in org.eclipse.jetty.websocket.core
Modifier and TypeMethodDescriptionAbstractExtension.getInflaterPool()
WebSocketComponents.getInflaterPool()
ModifierConstructorDescriptionWebSocketComponents
(WebSocketExtensionRegistry extensionRegistry, DecoratedObjectFactory objectFactory, ByteBufferPool bufferPool, InflaterPool inflaterPool, DeflaterPool deflaterPool) WebSocketComponents
(WebSocketExtensionRegistry extensionRegistry, DecoratedObjectFactory objectFactory, ByteBufferPool bufferPool, InflaterPool inflaterPool, DeflaterPool deflaterPool, Executor executor)