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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement StreamConsumeBody
 class StreamConsumeBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return StreamConsumeBody
 StreamConsumeBody MethodRegistry_0_9.createStreamConsumeBody(int ticket, AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean exclusive, boolean nowait, FieldTable filter)
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type StreamConsumeBody
 boolean ServerMethodDispatcher_0_9.dispatchStreamConsume(StreamConsumeBody body, int channelId)
           
 

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

Methods in org.apache.qpid.framing.amqp_8_0 that return StreamConsumeBody
 StreamConsumeBody MethodRegistry_8_0.createStreamConsumeBody(int ticket, AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean exclusive, boolean nowait)
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type StreamConsumeBody
 boolean ServerMethodDispatcher_8_0.dispatchStreamConsume(StreamConsumeBody body, int channelId)
           
 



Licensed to the Apache Software Foundation