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

Packages that use FrameAttach
com.caucho.amqp.common   
com.caucho.amqp.io   
 

Uses of FrameAttach in com.caucho.amqp.common
 

Methods in com.caucho.amqp.common with parameters of type FrameAttach
 void AmqpConnectionHandler.onAttach(FrameAttach attach)
           
 

Uses of FrameAttach in com.caucho.amqp.io
 

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

Methods in com.caucho.amqp.io with parameters of type FrameAttach
 void AmqpFrameHandler.onAttach(FrameAttach frameAttach)