Package | Description |
---|---|
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
Modifier and Type | Method and Description |
---|---|
static <T> ObjectPool<T> |
ObjectPool.newPool(ObjectPool.ObjectCreator<T> creator)
Creates a new
ObjectPool which will use the given ObjectPool.ObjectCreator to create the Object
that should be pooled. |
Copyright © 2008–2024 The Netty Project. All rights reserved.