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

Packages that use StreamDeliverBody
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_8_0   
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement StreamDeliverBody
 class StreamDeliverBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return StreamDeliverBody
 StreamDeliverBody MethodRegistry_0_9.createStreamDeliverBody(AMQShortString consumerTag, long deliveryTag, AMQShortString exchange, AMQShortString queue)
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type StreamDeliverBody
 boolean ClientMethodDispatcher_0_9.dispatchStreamDeliver(StreamDeliverBody body, int channelId)
           
 

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

Methods in org.apache.qpid.framing.amqp_8_0 that return StreamDeliverBody
 StreamDeliverBody MethodRegistry_8_0.createStreamDeliverBody(AMQShortString consumerTag, long deliveryTag, AMQShortString exchange, AMQShortString queue)
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type StreamDeliverBody
 boolean ClientMethodDispatcher_8_0.dispatchStreamDeliver(StreamDeliverBody body, int channelId)
           
 



Licensed to the Apache Software Foundation