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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement StreamCancelOkBody
 class StreamCancelOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return StreamCancelOkBody
 StreamCancelOkBody MethodRegistry_0_9.createStreamCancelOkBody(AMQShortString consumerTag)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return StreamCancelOkBody
 StreamCancelOkBody MethodRegistry_8_0.createStreamCancelOkBody(AMQShortString consumerTag)
           
 

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



Licensed to the Apache Software Foundation