Modifier and Type | Interface and Description |
---|---|
public interface | |
public interface | |
public interface | AttributeMap
Holds |
public interface | BooleanSupplier
Represents a supplier of |
public interface | ByteProcessor
Provides a mechanism to iterate over a collection of bytes. |
public interface | |
public interface | |
public interface | IntSupplier
Represents a supplier of |
public interface | Mapping<IN, OUT>
Maintains the mapping from the objects of one type to the objects of the other type. |
public interface | ReferenceCounted
A reference-counted object that requires explicit deallocation. |
public interface | ResourceLeak
Deprecated
please use
ResourceLeakTracker as it may lead to false-positives.
|
public interface | ResourceLeakHint
A hint object that provides human-readable message for easier resource leak tracking. |
public interface | |
public interface | |
public interface | |
public interface | TimerTask
A task which is executed after the delay specified with
|
public interface | UncheckedBooleanSupplier
Represents a supplier of |
Modifier and Type | Annotation and Description |
---|---|
public @interface | SuppressForbidden
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field. |
Modifier and Type | Class and Description |
---|---|
public abstract class | |
public abstract class | AbstractReferenceCounted
Abstract base class for classes wants to implement |
public class | AsciiString
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to ASCII. |
public class | AttributeKey<
the type of the T>Attribute which can be accessed via this AttributeKey .Key which can be used to access |
pack-priv class | |
public class | CharsetUtil
A utility class that provides various common operations and constants
related with |
public abstract class | |
public class | DefaultAttributeMap
Default |
public class | DomainMappingBuilder<
concrete type of value objects V>
Deprecated
Use Builder for immutable DomainWildcardMappingBuilder instead.
DomainNameMapping instances.
|
public class | DomainNameMapping<V>
Deprecated
Use Maps a domain name to its associated value object.
DomainWildcardMappingBuilder }
|
public class | DomainNameMappingBuilder<
concrete type of value objects V>
Deprecated
Use Builder for immutable DomainWildcardMappingBuilder
DomainNameMapping instances.
|
public class | DomainWildcardMappingBuilder<
the type of the value that we map to. V>Builder that allows to build |
public class | HashedWheelTimer
A |
public class | IllegalReferenceCountException
An |
public class | NettyRuntime
A utility class for wrapping calls to |
public class | NetUtil
A class that holds a number of network-related constants. |
pack-priv class | |
pack-priv class | |
public abstract class | |
public class | ReferenceCountUtil
Collection of method to handle objects that may implement |
public class | |
public abstract class | ResourceLeakDetectorFactory
This static factory should be used to load |
public class | ResourceLeakException
Deprecated
This class will be removed in the future version.
|
public class | |
public class | ThreadDeathWatcher
Deprecated
will be removed in the next major release
Checks if a thread is alive periodically and runs a task when a thread dies.
|
public class | Version
Retrieves the version information of available Netty artifacts. |