Uses of Interface
com.caucho.amqp.common.AmqpLinkFactory

Packages that use AmqpLinkFactory
com.caucho.amqp.client   
com.caucho.amqp.common   
 

Uses of AmqpLinkFactory in com.caucho.amqp.client
 

Classes in com.caucho.amqp.client that implement AmqpLinkFactory
 class AmqpClientConnectionImpl
          AMQP client
 

Uses of AmqpLinkFactory in com.caucho.amqp.common
 

Constructors in com.caucho.amqp.common with parameters of type AmqpLinkFactory
AmqpConnectionHandler(AmqpLinkFactory linkFactory, ReadStream is, WriteStream os)