Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Recycler.Handle<T> |
Modifier and Type | Method and Description |
---|---|
T |
ObjectPool.ObjectCreator.newObject(ObjectPool.Handle<T> handle)
Creates an returns a new
Object that can be used and later recycled via
recycle(Object) . |
Copyright © 2008–2022 The Netty Project. All rights reserved.