| Package | Description |
|---|---|
| io.netty.util |
Utility classes used across multiple packages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReferenceCounted
Abstract base class for classes wants to implement
ReferenceCounted. |
| Modifier and Type | Method and Description |
|---|---|
ReferenceCounted |
ReferenceCounted.retain()
Increases the reference count by
1. |
ReferenceCounted |
AbstractReferenceCounted.retain() |
ReferenceCounted |
ReferenceCounted.retain(int increment)
Increases the reference count by the specified
increment. |
ReferenceCounted |
AbstractReferenceCounted.retain(int increment) |
Copyright © 2008–2013 The Netty Project. All rights reserved.