| Package | Description |
|---|---|
| io.netty.util |
Utility classes used across multiple packages.
|
| io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
| Class and Description |
|---|
| AbstractConstant
Base implementation of
Constant. |
| 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
Key which can be used to access
Attribute out of the AttributeMap. |
| AttributeMap
Holds
Attributes which can be accessed via AttributeKey. |
| 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.
Use
DomainNameMappingBuilder instead. |
| DomainNameMapping
Maps a domain name to its associated value object.
|
| DomainNameMappingBuilder
Builder for immutable
DomainNameMapping instances. |
| HashingStrategy
Abstraction for hash code generation and equality comparison.
|
| 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
Deprecated.
please use
ResourceLeakTracker as it may lead to false-positives. |
| ResourceLeakDetector |
| ResourceLeakDetector.Level
Represents the level of resource leak detection.
|
| ResourceLeakDetectorFactory
This static factory should be used to load
ResourceLeakDetectors as needed |
| 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
A task which is executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit). |
| UncheckedBooleanSupplier
Represents a supplier of
boolean-valued results which doesn't throw any checked exceptions. |
| Version
Retrieves the version information of available Netty artifacts.
|
| Class and Description |
|---|
| AsciiString
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
|
Copyright © 2008–2019 The Netty Project. All rights reserved.