Package | Description |
---|---|
io.netty.util |
Utility classes used across multiple packages.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Constant<T extends Constant<T>>
A singleton which is safe to compare via the
== operator. |
class |
ConstantPool<T extends Constant<T>>
A pool of
Constant s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConstant<T extends AbstractConstant<T>>
Base implementation of
Constant . |
class |
AttributeKey<T>
Key which can be used to access
Attribute out of the AttributeMap . |
class |
Signal
A special
Error which is used to signal some state or request by throwing it. |
Copyright © 2008–2019 The Netty Project. All rights reserved.