org.apache.qpid.server.exchange.headers
Class HeaderKey

java.lang.Object
  extended by org.apache.qpid.server.exchange.headers.HeaderKey

public class HeaderKey
extends Object


Field Summary
static HeaderKey UNKNOWN
           
 
Constructor Summary
HeaderKey(org.apache.qpid.framing.AMQShortString key)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final HeaderKey UNKNOWN
Constructor Detail

HeaderKey

public HeaderKey(org.apache.qpid.framing.AMQShortString key)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Licensed to the Apache Software Foundation