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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement StreamPublishBody
 class StreamPublishBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return StreamPublishBody
 StreamPublishBody MethodRegistry_0_9.createStreamPublishBody(int ticket, AMQShortString exchange, AMQShortString routingKey, boolean mandatory, boolean immediate)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return StreamPublishBody
 StreamPublishBody MethodRegistry_8_0.createStreamPublishBody(int ticket, AMQShortString exchange, AMQShortString routingKey, boolean mandatory, boolean immediate)
           
 

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



Licensed to the Apache Software Foundation