Uses of Class
org.eclipse.jetty.util.compression.DeflaterPool
-
Packages that use DeflaterPool Package Description org.eclipse.jetty.server.handler.gzip Jetty GZIP Handlerorg.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 DeflaterPool in org.eclipse.jetty.server.handler.gzip
Methods in org.eclipse.jetty.server.handler.gzip that return DeflaterPool Modifier and Type Method Description protected DeflaterPool
GzipHandler. newDeflaterPool(int capacity)
-
Uses of DeflaterPool in org.eclipse.jetty.util.compression
Methods in org.eclipse.jetty.util.compression that return DeflaterPool Modifier and Type Method Description static DeflaterPool
DeflaterPool. ensurePool(Container container)
-
Uses of DeflaterPool in org.eclipse.jetty.websocket.common.extensions
Methods in org.eclipse.jetty.websocket.common.extensions that return DeflaterPool Modifier and Type Method Description DeflaterPool
WebSocketExtensionFactory. getDeflaterPool()
Constructors in org.eclipse.jetty.websocket.common.extensions with parameters of type DeflaterPool Constructor Description WebSocketExtensionFactory(WebSocketContainerScope container, InflaterPool inflaterPool, DeflaterPool deflaterPool)
-
Uses of DeflaterPool in org.eclipse.jetty.websocket.common.extensions.compress
Methods in org.eclipse.jetty.websocket.common.extensions.compress with parameters of type DeflaterPool Modifier and Type Method Description void
CompressExtension. setDeflaterPool(DeflaterPool deflaterPool)
-