Interface | Description |
---|---|
Attribute<T> |
An attribute which allows to store a value reference.
|
AttributeMap |
Holds
Attribute s which can be accessed via AttributeKey . |
IntSupplier |
Represents a supplier of
int -valued results. |
Mapping<IN,OUT> |
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 | |
Timeout | |
Timer |
Schedules
TimerTask s 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) . |
Class | Description |
---|---|
AbstractReferenceCounted |
Abstract base class for classes wants to implement
ReferenceCounted . |
AttributeKey<T> |
Key which can be used to access
Attribute out of the AttributeMap . |
CharsetUtil |
A utility class that provides various common operations and constants
related with
Charset and its relevant classes. |
DefaultAttributeMap |
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead
as low as possible. |
DefaultAttributeMap.DefaultAttribute<T> | |
DomainMappingBuilder<V> | Deprecated
Use
DomainNameMappingBuilder instead. |
DomainNameMapping<V> |
Maps a domain name to its associated value object.
|
DomainNameMappingBuilder<V> |
Builder for immutable
DomainNameMapping instances. |
DomainNameMappingBuilder.ImmutableDomainNameMapping<V> |
Immutable mapping from domain name pattern to its associated value object.
|
HashedWheelTimer |
A
Timer optimized for approximated I/O timeout scheduling. |
HashedWheelTimer.HashedWheelBucket |
Bucket that stores HashedWheelTimeouts.
|
HashedWheelTimer.HashedWheelTimeout | |
NetUtil |
A class that holds a number of network-related constants.
|
Recycler<T> |
Light-weight object pool based on a thread-local stack.
|
Recycler.DefaultHandle | |
Recycler.Stack<T> | |
Recycler.WeakOrderQueue | |
Recycler.WeakOrderQueue.Link | |
ReferenceCountUtil |
Collection of method to handle objects that may implement
ReferenceCounted . |
ReferenceCountUtil.ReleasingTask |
Releases the objects when the thread that called
ReferenceCountUtil.releaseLater(Object) has been terminated. |
ResourceLeakDetector<T> | |
ResourceLeakDetectorFactory |
This static factory should be used to load
ResourceLeakDetector s as needed |
ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory |
Default implementation that loads custom leak detector via system property
|
ThreadDeathWatcher |
Checks if a thread is alive periodically and runs a task when a thread dies.
|
ThreadDeathWatcher.Entry | |
ThreadDeathWatcher.Watcher | |
UniqueName | Deprecated
Known to have problems with class loaders.
|
Version |
Retrieves the version information of available Netty artifacts.
|
Enum | Description |
---|---|
ResourceLeakDetector.Level |
Represents the level of resource leak detection.
|
Exception | Description |
---|---|
IllegalReferenceCountException |
An
IllegalStateException which is raised when a user attempts to access a ReferenceCounted whose
reference count has been decreased to 0 (and consequently freed). |
ResourceLeakException | Deprecated
This class will be removed in the future version.
|
Error | Description |
---|---|
Signal |
A special
Error which is used to signal some state or request by throwing it. |