Java io.netty.util AttributeKey fields, constructors, methods, implement or subclass

Example usage for Java io.netty.util AttributeKey fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.util AttributeKey.

The text is from its open source code.

Method

AttributeKeynewInstance(String name)
Creates a new AttributeKey for the given name or fail with an IllegalArgumentException if a AttributeKey for the given name exists.
AttributeKeyvalueOf(String name)
Returns the singleton instance of the AttributeKey which has the specified name .
AttributeKeyvalueOf(Class firstNameComponent, String secondNameComponent)