Example usage for Java io.netty.util AttributeKey fields, constructors, methods, implement or subclass
The text is from its open source code.
AttributeKey | newInstance(String name) Creates a new AttributeKey for the given name or fail with an IllegalArgumentException if a AttributeKey for the given name exists. |
AttributeKey | valueOf(String name) Returns the singleton instance of the AttributeKey which has the specified name . |
AttributeKey | valueOf(Class> firstNameComponent, String secondNameComponent) |