Uses of Class
org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
-
Packages that use BasicContentHeaderProperties Package Description org.apache.qpid.server.protocol.v0_8 org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of BasicContentHeaderProperties in org.apache.qpid.server.protocol.v0_8
Methods in org.apache.qpid.server.protocol.v0_8 with parameters of type BasicContentHeaderProperties Modifier and Type Method Description voidAMQChannel. receiveMessageHeader(BasicContentHeaderProperties properties, long bodySize) -
Uses of BasicContentHeaderProperties in org.apache.qpid.server.protocol.v0_8.transport
Methods in org.apache.qpid.server.protocol.v0_8.transport that return BasicContentHeaderProperties Modifier and Type Method Description BasicContentHeaderPropertiesContentHeaderPropertiesFactory. createContentHeaderProperties(int classId, int propertyFlags, org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, int size)BasicContentHeaderPropertiesContentHeaderBody. getProperties()Methods in org.apache.qpid.server.protocol.v0_8.transport with parameters of type BasicContentHeaderProperties Modifier and Type Method Description static AMQFrameContentHeaderBody. createAMQFrame(int channelId, BasicContentHeaderProperties properties, long bodySize)voidChannelMethodProcessor. receiveMessageHeader(BasicContentHeaderProperties properties, long bodySize)Constructors in org.apache.qpid.server.protocol.v0_8.transport with parameters of type BasicContentHeaderProperties Constructor Description BasicContentHeaderProperties(BasicContentHeaderProperties other)ContentHeaderBody(BasicContentHeaderProperties props)ContentHeaderBody(BasicContentHeaderProperties props, long bodySize)
-