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
 Base64Util
com.kaazing.gateway.client.html5 
 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.

 ByteBuffer
com.kaazing.gateway.client.html5 ByteBuffer provides a byte buffer for ByteSocket.
 ByteOrder
com.kaazing.gateway.client.html5 ByteOrder provides multiple endian support for ByteBuffers.
 ByteSocket
com.kaazing.gateway.client.html5 ByteSocket provides binary socket abstraction for ActionScript.
 ChallengeHandler
com.kaazing.gateway.client.security A ChallengeHandler is responsible for producing responses to HTTP 401 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.
 Charset
com.kaazing.gateway.client.html5 Charset provides character set encoding and decoding for JavaScript.
 CloseEvent
com.kaazing.gateway.client.html5 CloseEvent provides an implementation of HTML5 message event.
 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 HTTP 401 responses.
 EventSource
com.kaazing.gateway.client.html5 EventSource provides a event stream abstraction for ActionScript.
 HttpRequest
com.kaazing.gateway.client.html5 HttpStream provides proxy access to trusted same-origin HttpStream.
 HttpStream
com.kaazing.gateway.client.html5 HttpStream provides proxy access to trusted same-origin HttpStream.
 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.
 MessageEvent
com.kaazing.gateway.client.html5 MessageEvent provides an implementation of HTML5 message event.
 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.
 WebSocket
com.kaazing.gateway.client.html5 WebSocket provides a text-based socket abstraction for ActionScript.