Uses of Interface
io.undertow.util.PooledObject
-
Packages that use PooledObject Package Description io.undertow.conduits io.undertow.util -
-
Uses of PooledObject in io.undertow.conduits
Fields in io.undertow.conduits declared as PooledObject Modifier and Type Field Description protected PooledObject<java.util.zip.Deflater>
DeflatingStreamSinkConduit. pooledObject
-
Uses of PooledObject in io.undertow.util
Methods in io.undertow.util that return PooledObject Modifier and Type Method Description PooledObject
NewInstanceObjectPool. allocate()
PooledObject<T>
ObjectPool. allocate()
PooledObject<T>
SimpleObjectPool. allocate()
-