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

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

Uses of FrameClose in com.caucho.amqp.common
 

Methods in com.caucho.amqp.common with parameters of type FrameClose
 void AmqpConnectionHandler.onClose(FrameClose clientClose)
           
 

Uses of FrameClose in com.caucho.amqp.io
 

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

Methods in com.caucho.amqp.io with parameters of type FrameClose
 void AmqpFrameHandler.onClose(FrameClose frameClose)