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  
ackBasic(deliveryTag, multiple) — Method in class com.kaazing.gateway.amqp.client.AmqpChannel
This method acknowledges one or more messages delivered via the Deliver or Get-Ok methods.
addInteger(key, value) — Method in class com.kaazing.gateway.amqp.client.AmqpArguments
Adds an integer entry to an AmqpArguments table.
addLongString(key, value) — Method in class com.kaazing.gateway.amqp.client.AmqpArguments
Adds a long string entry to an AmqpArguments table.
AmqpArguments — Class in package com.kaazing.gateway.amqp.client
AmqpArguments is a table of optional arguments for AMQP commands
AmqpArguments() — Constructor in class com.kaazing.gateway.amqp.client.AmqpArguments
Create a new AmqpArguments instance
AmqpChannel — Class in package com.kaazing.gateway.amqp.client
AmqpChannel represents the channel created on the AMQP connection to the server.
AmqpChannel(id, connection, cb) — Constructor in class com.kaazing.gateway.amqp.client.AmqpChannel
AmqpClient — Class in package com.kaazing.gateway.amqp.client
AmqpClient provides a socket-based ActionScript client API to communicate with any AMQP 0.9x server, such as Apache QPid.
AmqpClient() — Constructor in class com.kaazing.gateway.amqp.client.AmqpClient
AmqpEvent — Class in package com.kaazing.gateway.amqp.client
AmqpEvent is dispatched to event listeners and callback functions registered when using AmqpClient and AmqpChannel
AmqpEvent(sender, frame, headers) — Constructor in class com.kaazing.gateway.amqp.client.AmqpEvent
AMQP_PROP_APP_ID — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
AMQP_PROP_CONTENT_ENCODING — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
AMQP_PROP_CONTENT_TYPE — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
AMQP_PROP_CORRELATION_ID — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
AMQP_PROP_DELIVERY_MODE — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
amqpProperties — Property in class com.kaazing.gateway.amqp.client.AmqpEvent
The amqpProperties field contains the content properties for message events.
AmqpProperties — Class in package com.kaazing.gateway.amqp.client

AmqpProperties class is used to specify the pre-defined properties as per AMQP 0-9-1 specification.

AmqpProperties() — Constructor in class com.kaazing.gateway.amqp.client.AmqpProperties
AMQP_PROP_EXPIRATION — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
AMQP_PROP_HEADERS — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
AMQP_PROP_MESSAGE_ID — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
AMQP_PROP_PRIORITY — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
AMQP_PROP_REPLY_TO — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
AMQP_PROP_TIMESTAMP — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
AMQP_PROP_TYPE — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
AMQP_PROP_USER_ID — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
appId — Property in class com.kaazing.gateway.amqp.client.AmqpProperties
Returns the value of "appId" property.
APPLICATION_OCTET_STREAM — Constant static property in class com.kaazing.gateway.amqp.client.AmqpProperties
The content type property for octet-stream content
args — Property in class com.kaazing.gateway.amqp.client.AmqpEvent
authenticationParameters — Property in class com.kaazing.gateway.client.security.ChallengeRequest
Return the string after the space separator, not including the authentication scheme nor the space itself, or null if no such string exists.
authenticationScheme — Property in class com.kaazing.gateway.client.security.ChallengeRequest
Return the authentication scheme with which the server is challenging.
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