程序包 | 说明 |
---|---|
io.netty.util |
Benchmarks for
io.netty.util . |
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
限定符和类型 | 接口和说明 |
---|---|
static interface |
Recycler.Handle<T> |
限定符和类型 | 类和说明 |
---|---|
static class |
Recycler.EnhancedHandle<T> |
限定符和类型 | 方法和说明 |
---|---|
T |
ObjectPool.ObjectCreator.newObject(ObjectPool.Handle<T> handle)
Creates an returns a new
Object that can be used and later recycled via
recycle(Object) . |