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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement StreamCancelBody
 class StreamCancelBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return StreamCancelBody
 StreamCancelBody MethodRegistry_0_9.createStreamCancelBody(AMQShortString consumerTag, boolean nowait)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return StreamCancelBody
 StreamCancelBody MethodRegistry_8_0.createStreamCancelBody(AMQShortString consumerTag, boolean nowait)
           
 

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



Licensed to the Apache Software Foundation