A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
declareexchange — Event in class com.kaazing.gateway.amqp.client.AmqpChannel
declareExchange(exchange, type, passive, durable, noWait, arguments:com.kaazing.gateway.amqp.client:AmqpArguments, callback) — Method in class com.kaazing.gateway.amqp.client.AmqpChannel
This method creates an exchange if it does not already exist, and if the exchange exists, verifies that it is of the correct and expected class.
DECLAREEXCHANGE — Constant static property in class com.kaazing.gateway.amqp.client.AmqpEvent
declarequeue — Event in class com.kaazing.gateway.amqp.client.AmqpChannel
declareQueue(queue, passive, durable, exclusive, autoDelete, noWait, arguments:com.kaazing.gateway.amqp.client:AmqpArguments, callback) — Method in class com.kaazing.gateway.amqp.client.AmqpChannel
This method creates or checks a queue.
DECLAREQUEUE — Constant static property in class com.kaazing.gateway.amqp.client.AmqpEvent
defaultImplementation() — Static method in class com.kaazing.gateway.client.security.BasicChallengeHandler
Called to automatically discover the default implementation when loading this challenge handler.
defaultImplementation() — Static method in class com.kaazing.gateway.client.security.DispatchChallengeHandler
Called to automatically discover the default implementation when loading this challenge handler.
defaultImplementation() — Static method in class com.kaazing.gateway.client.security.KerberosChallengeHandler
Called to automatically discover the default implementation when loading this challenge handler.
defaultImplementation() — Static method in class com.kaazing.gateway.client.security.NegotiateChallengeHandler
Called to automatically discover the default implementation when loading this challenge handler.
deleteexchange — Event in class com.kaazing.gateway.amqp.client.AmqpChannel
deleteExchange(exchange, ifUnused, noWait, callback) — Method in class com.kaazing.gateway.amqp.client.AmqpChannel
This method deletes an exchange.
DELETEEXCHANGE — Constant static property in class com.kaazing.gateway.amqp.client.AmqpEvent
deletequeue — Event in class com.kaazing.gateway.amqp.client.AmqpChannel
deleteQueue(queue, ifUnused, ifEmpty, noWait, callback) — Method in class com.kaazing.gateway.amqp.client.AmqpChannel
This method deletes a queue.
DELETEQUEUE — Constant static property in class com.kaazing.gateway.amqp.client.AmqpEvent
deliveryMode — Property in class com.kaazing.gateway.amqp.client.AmqpProperties
Returns the value of "deliveryMode" property.
disconnect() — Method in class com.kaazing.gateway.amqp.client.AmqpClient
Disconnect from the remote AMQP server
DispatchChallengeHandler — Class in package com.kaazing.gateway.client.security
A DispatchChallengeHandler is responsible for dispatching challenge requests to appropriate challenge handlers when challenges arrive from specific URI locations in authentication responses.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z