Package | Description |
---|---|
io.undertow.conduits | |
io.undertow.server.handlers.encoding | |
io.undertow.util |
Modifier and Type | Method and Description |
---|---|
static ObjectPool<Deflater> | DeflatingStreamSinkConduit.newInstanceDeflaterPool(int deflateLevel) |
static ObjectPool<Inflater> | InflatingStreamSourceConduit.newInstanceInflaterPool() |
static ObjectPool<Deflater> | DeflatingStreamSinkConduit.simpleDeflaterPool(int poolSize, int deflateLevel) |
static ObjectPool<Inflater> | InflatingStreamSourceConduit.simpleInflaterPool(int poolSize) |
Constructor and Description |
---|
DeflatingStreamSinkConduit(ConduitFactory<org.xnio.conduits.StreamSinkConduit> conduitFactory, HttpServerExchange exchange, ObjectPool<Deflater> deflaterPool) |
GzipStreamSinkConduit(ConduitFactory<org.xnio.conduits.StreamSinkConduit> conduitFactory, HttpServerExchange exchange, ObjectPool deflaterPool) |
GzipStreamSourceConduit(HttpServerExchange exchange, org.xnio.conduits.StreamSourceConduit next, ObjectPool<Inflater> inflaterPool) |
InflatingStreamSourceConduit(HttpServerExchange exchange, org.xnio.conduits.StreamSourceConduit next, ObjectPool<Inflater> inflaterPool) |
Constructor and Description |
---|
DeflateEncodingProvider(ObjectPool<Deflater> deflaterPool) |
GzipEncodingProvider(ObjectPool<Deflater> deflaterPool) |
Modifier and Type | Class and Description |
---|---|
class | NewInstanceObjectPool<T> |
class | SimpleObjectPool<T> Simple pool that attempts to maintain a specified number of objects in the pool. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.