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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement StreamQosBody
 class StreamQosBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return StreamQosBody
 StreamQosBody MethodRegistry_0_9.createStreamQosBody(long prefetchSize, int prefetchCount, long consumeRate, boolean global)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return StreamQosBody
 StreamQosBody MethodRegistry_8_0.createStreamQosBody(long prefetchSize, int prefetchCount, long consumeRate, boolean global)
           
 

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



Licensed to the Apache Software Foundation