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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement StreamQosOkBody
 class StreamQosOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return StreamQosOkBody
 StreamQosOkBody MethodRegistry_0_9.createStreamQosOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return StreamQosOkBody
 StreamQosOkBody MethodRegistry_8_0.createStreamQosOkBody()
           
 

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



Licensed to the Apache Software Foundation