Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AmqpArguments
com.kaazing.gateway.amqp.client AmqpArguments is a table of optional arguments for AMQP commands
 AmqpChannel
com.kaazing.gateway.amqp.client AmqpChannel represents the channel created on the AMQP connection to the server.
 AmqpClient
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.
 AmqpEvent
com.kaazing.gateway.amqp.client AmqpEvent is dispatched to event listeners and callback functions registered when using AmqpClient and AmqpChannel
 AmqpProperties
com.kaazing.gateway.amqp.client

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

 BasicChallengeHandler
com.kaazing.gateway.client.security Challenge handler for Basic authentication as defined in RFC 2617.

This BasicChallengeHandler can be loaded and instantiated using ChallengeHandlers.load(clazz:Class), and registered at a location using DispatchChallengeHandler.register(String, ChallengeHandler).

In addition, one can install general and realm-specific LoginHandler objects onto this BasicChallengeHandler to assist in handling challenges associated with any or specific realms.

The following example loads an instance of a BasicChallengeHandler, sets a login handler onto it and registers the basic handler at a URI location.

 ChallengeHandler
com.kaazing.gateway.client.security A ChallengeHandler is responsible for producing responses to authentication challenges.
 ChallengeHandlers
com.kaazing.gateway.client.security Responsible for both loading fresh ChallengeHandler instances and managing a concept of a default challenge handler.
 ChallengeRequest
com.kaazing.gateway.client.security An immutable object representing the challenge presented by the server when the client accessed the URI represented by a location.
 ChallengeResponse
com.kaazing.gateway.client.security A challenge response contains a byte array representing the response to the server, and a reference to the next challenge handler to handle any further challenges for the request.
 ChallengeResponseFuture
com.kaazing.gateway.client.security Future-based support for asynchronous functions returning a value.
 DispatchChallengeHandler
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.
 KerberosChallengeHandler
com.kaazing.gateway.client.security A KerberosChallengeHandler, when registered with the DispatchChallengeHandler can be used to directly respond to "Negotiate" challenges where Kerberos-generated authentication credentials are required.
 LoginHandler
com.kaazing.gateway.client.security A login handler is responsible for obtaining credentials from an arbitrary source.
 NegotiableChallengeHandler
com.kaazing.gateway.client.security A NegotiableChallengeHandler can be used to directly respond to "Negotiate" challenges, and in addition, can be used indirectly in conjunction with a NegotiateChallengeHandler to assist in the construction of a challenge response using object identifiers.
 NegotiateChallengeHandler
com.kaazing.gateway.client.security A Negotiate Challenge Handler handles initial empty "Negotiate" challenges from the server.