| 程序包 | 说明 | 
|---|---|
| io.netty.util.internal | 
 Internal-use-only utilities which is not allowed to be used
 outside Netty. 
 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
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. |