Uses of Class
org.apache.qpid.server.protocol.v0_8.transport.ContentBody
-
Packages that use ContentBody Package Description org.apache.qpid.server.protocol.v0_8 org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of ContentBody in org.apache.qpid.server.protocol.v0_8
Methods in org.apache.qpid.server.protocol.v0_8 that return ContentBody Modifier and Type Method Description ContentBodyIncomingMessage. getContentChunk(int index)Methods in org.apache.qpid.server.protocol.v0_8 with parameters of type ContentBody Modifier and Type Method Description longIncomingMessage. addContentBodyFrame(ContentBody contentChunk) -
Uses of ContentBody in org.apache.qpid.server.protocol.v0_8.transport
Methods in org.apache.qpid.server.protocol.v0_8.transport with parameters of type ContentBody Modifier and Type Method Description voidAMQVersionAwareProtocolSession. contentBodyReceived(int channelId, ContentBody body)static AMQFrameContentBody. createAMQFrame(int channelId, ContentBody body)
-