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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement StreamConsumeOkBody
 class StreamConsumeOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return StreamConsumeOkBody
 StreamConsumeOkBody MethodRegistry_0_9.createStreamConsumeOkBody(AMQShortString consumerTag)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return StreamConsumeOkBody
 StreamConsumeOkBody MethodRegistry_8_0.createStreamConsumeOkBody(AMQShortString consumerTag)
           
 

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



Licensed to the Apache Software Foundation