Package | Description |
---|---|
io.netty.util |
Utility classes used across multiple packages.
|
Modifier and Type | Method and Description |
---|---|
protected abstract T |
Recycler.newObject(Recycler.Handle<T> handle) |
boolean |
Recycler.recycle(T o,
Recycler.Handle<T> handle)
Deprecated.
use
recycle(Object) . |
Copyright © 2008–2017 The Netty Project. All rights reserved.