Uses of Class
org.eclipse.jetty.util.compression.InflaterPool
-
Packages that use InflaterPool Package Description org.eclipse.jetty.util.compression org.eclipse.jetty.websocket.common.extensions Jetty WebSocket Common : Extension Implementationsorg.eclipse.jetty.websocket.common.extensions.compress Jetty WebSocket Common : Message Compression Extension Implementations -
-
Uses of InflaterPool in org.eclipse.jetty.util.compression
Methods in org.eclipse.jetty.util.compression that return InflaterPool Modifier and Type Method Description static InflaterPool
InflaterPool. ensurePool(Container container)
-
Uses of InflaterPool in org.eclipse.jetty.websocket.common.extensions
Methods in org.eclipse.jetty.websocket.common.extensions that return InflaterPool Modifier and Type Method Description InflaterPool
WebSocketExtensionFactory. getInflaterPool()
Constructors in org.eclipse.jetty.websocket.common.extensions with parameters of type InflaterPool Constructor Description WebSocketExtensionFactory(WebSocketContainerScope container, InflaterPool inflaterPool, DeflaterPool deflaterPool)
-
Uses of InflaterPool in org.eclipse.jetty.websocket.common.extensions.compress
Methods in org.eclipse.jetty.websocket.common.extensions.compress with parameters of type InflaterPool Modifier and Type Method Description void
CompressExtension. setInflaterPool(InflaterPool inflaterPool)
-