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

Packages that use FrameTransfer
com.caucho.amqp.client   
com.caucho.amqp.common   
com.caucho.amqp.io   
com.caucho.amqp.server   
 

Uses of FrameTransfer in com.caucho.amqp.client
 

Methods in com.caucho.amqp.client with parameters of type FrameTransfer
protected  void AmqpClientReceiverLink.onTransfer(FrameTransfer frameTransfer, AmqpReader ain)
          Receives the message from the network
 

Uses of FrameTransfer in com.caucho.amqp.common
 

Methods in com.caucho.amqp.common with parameters of type FrameTransfer
 void AmqpConnectionHandler.onTransfer(AmqpReader ain, FrameTransfer transfer)
           
protected  void AmqpLink.onTransfer(FrameTransfer transfer, AmqpReader ain)
          Message receivers implement this method to receive a message fragment from the network.
protected  void AmqpReceiverLink.onTransfer(FrameTransfer transfer, AmqpReader ain)
          Message receivers implement this method to receive a message fragment from the network.
 

Uses of FrameTransfer in com.caucho.amqp.io
 

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

Methods in com.caucho.amqp.io with parameters of type FrameTransfer
 void AmqpFrameHandler.onTransfer(AmqpReader ain, FrameTransfer frameTransfer)
           
 

Uses of FrameTransfer in com.caucho.amqp.server
 

Methods in com.caucho.amqp.server with parameters of type FrameTransfer
protected  void AmqpServerReceiverLink.onTransfer(FrameTransfer transfer, AmqpReader ain)
          receives a message from the network