Uses of Interface
org.apache.qpid.framing.abstraction.ContentChunk

Packages that use ContentChunk
org.apache.qpid.framing.abstraction   
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_0_91   
org.apache.qpid.framing.amqp_8_0   
 

Uses of ContentChunk in org.apache.qpid.framing.abstraction
 

Methods in org.apache.qpid.framing.abstraction that return ContentChunk
 ContentChunk ProtocolVersionMethodConverter.convertToContentChunk(AMQBody body)
           
 

Methods in org.apache.qpid.framing.abstraction with parameters of type ContentChunk
 AMQBody ProtocolVersionMethodConverter.convertToBody(ContentChunk contentBody)
           
 

Uses of ContentChunk in org.apache.qpid.framing.amqp_0_9
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ContentChunk
 ContentChunk MethodConverter_0_9.convertToContentChunk(AMQBody body)
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type ContentChunk
 AMQBody MethodConverter_0_9.convertToBody(ContentChunk contentChunk)
           
 

Uses of ContentChunk in org.apache.qpid.framing.amqp_0_91
 

Methods in org.apache.qpid.framing.amqp_0_91 that return ContentChunk
 ContentChunk MethodConverter_0_91.convertToContentChunk(AMQBody body)
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type ContentChunk
 AMQBody MethodConverter_0_91.convertToBody(ContentChunk contentChunk)
           
 

Uses of ContentChunk in org.apache.qpid.framing.amqp_8_0
 

Methods in org.apache.qpid.framing.amqp_8_0 that return ContentChunk
 ContentChunk MethodConverter_8_0.convertToContentChunk(AMQBody body)
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type ContentChunk
 AMQBody MethodConverter_8_0.convertToBody(ContentChunk contentChunk)
           
 



Licensed to the Apache Software Foundation