| Package | Description |
|---|---|
| io.netty.util |
Utility classes used across multiple packages.
|
| Class and Description |
|---|
| Attribute
An attribute which allows to store a value reference.
|
| AttributeKey
Key which can be used to access
Attribute out of the AttributeMap. |
| AttributeMap
Holds
Attributes which can be accessed via AttributeKey. |
| DomainMappingBuilder
Deprecated.
Use
DomainNameMappingBuilder instead. |
| DomainNameMapping
Maps a domain name to its associated value object.
|
| DomainNameMappingBuilder
Builder for immutable
DomainNameMapping instances. |
| Mapping
Maintains the mapping from the objects of one type to the objects of the other type.
|
| Recycler.Handle |
| ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
| ResourceLeak |
| ResourceLeakDetector |
| ResourceLeakDetector.Level
Represents the level of resource leak detection.
|
| ResourceLeakDetectorFactory
This static factory should be used to load
ResourceLeakDetectors as needed |
| Signal
A special
Error which is used to signal some state or request by throwing it. |
| Timeout |
| Timer
Schedules
TimerTasks for one-time future execution in a background
thread. |
| TimerTask
A task which is executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit). |
| UniqueName
Deprecated.
Known to have problems with class loaders.
Defines a name that must be unique in the map that is provided during construction.
|
| Version
Retrieves the version information of available Netty artifacts.
|
Copyright © 2008–2016 The Netty Project. All rights reserved.