Class AmqpClientFactory

AmqpClientFactory is used to create instances of AmqpClient.


Constructor Summary
AmqpClientFactory()
            Creates a new AmqpClientFactory instance.
 
Method Summary
 AmqpClient createAmqpClient()
           Creates an instance of AmqpClient to run AMQP 0-9-1 protocol over a full-duplex WebSocket connection.
 WebSocketFactory getWebSocketFactory()
           Returns WebSocketFactory instance that is used to create connection if Kaazing's WebSocket implementation is used.
 void setWebSocketFactory(factory)
           Sets WebSocketFactory instance that is used to create connection if Kaazing's WebSocket implementation is used.
 
Constructor Detail

AmqpClientFactory

AmqpClientFactory()

Method Detail

createAmqpClient

AmqpClient createAmqpClient()

getWebSocketFactory

WebSocketFactory getWebSocketFactory()

setWebSocketFactory

void setWebSocketFactory(factory)

Documentation generated by JsDoc Toolkit 1.3.3 on Thu Sep 25 2014 15:48:01 GMT-0700 (PDT)