软件包 | 描述 |
---|---|
io.netty.util |
在多个包中使用的实用程序类。
|
Modifier and Type | Method and Description |
---|---|
protected abstract T |
Recycler.newObject(Recycler.Handle<T> handle) |
boolean |
Recycler.recycle(T o, Recycler.Handle<T> handle)
已过时。
使用
recycle(Object) 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.