Uses of Class
com.caucho.amqp.io.FrameFlow

Packages that use FrameFlow
com.caucho.amqp.common   
com.caucho.amqp.io   
com.caucho.amqp.server   
 

Uses of FrameFlow in com.caucho.amqp.common
 

Methods in com.caucho.amqp.common with parameters of type FrameFlow
 void AmqpConnectionHandler.onFlow(FrameFlow flow)
           
 void AmqpLink.onFlow(FrameFlow flow)
           
 void AmqpSenderLink.onFlow(FrameFlow flow)
          When peer sends its link credit, update deliveryLimit.
 void AmqpSession.onFlow(FrameFlow flow)
           
 

Uses of FrameFlow in com.caucho.amqp.io
 

Methods in com.caucho.amqp.io that return FrameFlow
 FrameFlow FrameFlow.createInstance()
           
 

Methods in com.caucho.amqp.io with parameters of type FrameFlow
 void AmqpFrameHandler.onFlow(FrameFlow frameFlow)
           
 

Uses of FrameFlow in com.caucho.amqp.server
 

Methods in com.caucho.amqp.server with parameters of type FrameFlow
 void AmqpServerSenderLink.onFlow(FrameFlow flow)