|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.core.session.AttributeKey
public final class AttributeKey
A key that makes its parent Map
or session attribute to search
fast while being debug-friendly by providing the string representation.
Constructor Summary | |
---|---|
AttributeKey(java.lang.Class<?> source,
java.lang.String name)
Creates a new instance. |
Method Summary | |
---|---|
java.lang.String |
toString()
The String representation of tis objection is its constructed name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttributeKey(java.lang.Class<?> source, java.lang.String name)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |