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.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 DeflaterPoolGzipHandler. newDeflaterPool(int capacity) -
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 voidCompressExtension. setDeflaterPool(DeflaterPool deflaterPool)
-