Uses of Interface
org.apache.qpid.framing.ContentHeaderProperties

Packages that use ContentHeaderProperties
org.apache.qpid.framing   
 

Uses of ContentHeaderProperties in org.apache.qpid.framing
 

Subinterfaces of ContentHeaderProperties in org.apache.qpid.framing
 interface CommonContentHeaderProperties
           
 

Classes in org.apache.qpid.framing that implement ContentHeaderProperties
 class BasicContentHeaderProperties
           
 

Fields in org.apache.qpid.framing declared as ContentHeaderProperties
 ContentHeaderProperties ContentHeaderBody.properties
          must never be null
 

Methods in org.apache.qpid.framing that return ContentHeaderProperties
 ContentHeaderProperties ContentHeaderPropertiesFactory.createContentHeaderProperties(int classId, int propertyFlags, org.apache.mina.common.ByteBuffer buffer, int size)
           
 

Constructors in org.apache.qpid.framing with parameters of type ContentHeaderProperties
ContentHeaderBody(ContentHeaderProperties props, int classId)
           
ContentHeaderBody(int classId, int weight, ContentHeaderProperties props, long bodySize)
           
 



Licensed to the Apache Software Foundation