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

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

public class HeaderKeyDictionary
extends Object


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

Constructor Detail

HeaderKeyDictionary

public HeaderKeyDictionary()
Method Detail

get

public HeaderKey get(org.apache.qpid.framing.AMQShortString key)

getOrCreate

public HeaderKey getOrCreate(org.apache.qpid.framing.AMQShortString key)


Licensed to the Apache Software Foundation