org.apache.mina.common
Class AttributeKey
java.lang.Object
org.apache.mina.common.AttributeKey
- All Implemented Interfaces:
- Serializable
public final class AttributeKey
- extends Object
- implements Serializable
A key that makes its parent Map
or session attribute to search
fast while being debug-friendly by providing the string representation.
- Version:
- $Rev: 594216 $, $Date: 2007-11-12 18:16:45 +0100 (Mon, 12 Nov 2007) $
- Author:
- The Apache MINA Project (dev@mina.apache.org)
- See Also:
- Serialized Form
AttributeKey
public AttributeKey(Class<?> source,
String name)
- Creates a new instance.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.