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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement StreamReturnBody
 class StreamReturnBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return StreamReturnBody
 StreamReturnBody MethodRegistry_0_9.createStreamReturnBody(int replyCode, AMQShortString replyText, AMQShortString exchange, AMQShortString routingKey)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return StreamReturnBody
 StreamReturnBody MethodRegistry_8_0.createStreamReturnBody(int replyCode, AMQShortString replyText, AMQShortString exchange, AMQShortString routingKey)
           
 

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



Licensed to the Apache Software Foundation