| AbstractConstant |
|
| AsciiString |
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
|
| Attribute |
An attribute which allows to store a value reference.
|
| AttributeKey |
|
| AttributeMap |
|
| BooleanSupplier |
Represents a supplier of boolean-valued results.
|
| ByteProcessor |
Provides a mechanism to iterate over a collection of bytes.
|
| Constant |
A singleton which is safe to compare via the == operator.
|
| DomainMappingBuilder |
Deprecated.
|
| DomainNameMapping |
Deprecated.
|
| DomainNameMappingBuilder |
Deprecated.
|
| DomainWildcardMappingBuilder |
|
| HashingStrategy |
Abstraction for hash code generation and equality comparison.
|
| LeakPresenceDetector.AllocationProhibitedException |
Special exception type to show that an allocation is prohibited at the moment, for example because the
LeakPresenceDetector.ResourceScope is closed, or because the current thread cannot be associated with a particular scope.
|
| LeakPresenceDetector.ResourceScope |
A resource scope keeps track of the resources for a particular set of threads.
|
| Mapping |
Maintains the mapping from the objects of one type to the objects of the other type.
|
| Recycler |
Light-weight object pool based on a thread-local stack.
|
| Recycler.Handle |
|
| ReferenceCounted |
A reference-counted object that requires explicit deallocation.
|
| ResourceLeak |
Deprecated.
|
| ResourceLeakDetector |
|
| ResourceLeakDetector.LeakListener |
|
| ResourceLeakDetector.Level |
Represents the level of resource leak detection.
|
| ResourceLeakDetectorFactory |
|
| ResourceLeakTracker |
|
| 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 |
|
| UncheckedBooleanSupplier |
Represents a supplier of boolean-valued results which doesn't throw any checked exceptions.
|
| Version |
Retrieves the version information of available Netty artifacts.
|