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

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

Uses of FrameBegin in com.caucho.amqp.common
 

Methods in com.caucho.amqp.common with parameters of type FrameBegin
 void AmqpConnectionHandler.onBegin(FrameBegin beginRequest)
           
 

Uses of FrameBegin in com.caucho.amqp.io
 

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

Methods in com.caucho.amqp.io with parameters of type FrameBegin
 void AmqpFrameHandler.onBegin(FrameBegin frameBegin)
          Receives a session-begin frame.