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

Packages that use HeaderKey
org.apache.qpid.server.exchange.headers   
 

Uses of HeaderKey in org.apache.qpid.server.exchange.headers
 

Fields in org.apache.qpid.server.exchange.headers declared as HeaderKey
 HeaderKey HeadersParser.KeyValuePair._key
           
static HeaderKey HeaderKey.UNKNOWN
           
 

Methods in org.apache.qpid.server.exchange.headers that return HeaderKey
 HeaderKey HeaderKeyDictionary.get(org.apache.qpid.framing.AMQShortString key)
           
 HeaderKey HeaderKeyDictionary.getOrCreate(org.apache.qpid.framing.AMQShortString key)
           
 

Constructors in org.apache.qpid.server.exchange.headers with parameters of type HeaderKey
HeadersParser.KeyValuePair(HeaderKey key, org.apache.qpid.framing.AMQTypedValue value)
           
 

Constructor parameters in org.apache.qpid.server.exchange.headers with type arguments of type HeaderKey
HeadersMatcherDFAState(Map<HeaderKey,Map<org.apache.qpid.framing.AMQTypedValue,HeadersMatcherDFAState>> nextStateMap, Collection<HeaderMatcherResult> results, HeaderKeyDictionary dictionary)
           
 



Licensed to the Apache Software Foundation