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  
Base64Util — Class in package com.kaazing.gateway.client.html5
BasicChallengeHandler — Class in package 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.

BIG_ENDIAN — Static property in class com.kaazing.gateway.client.html5.ByteOrder
The big-endian byte order.
bufferedAmount — Property in class com.kaazing.gateway.client.html5.ByteSocket
The number of bytes queued to be sent.
bufferedAmount — Property in class com.kaazing.gateway.client.html5.WebSocket
The number of bytes queued to be sent.
ByteBuffer — Class in package com.kaazing.gateway.client.html5
ByteBuffer provides a byte buffer for ByteSocket.
ByteBuffer(bytes) — Constructor in class com.kaazing.gateway.client.html5.ByteBuffer
Creates a new ByteBuffer instance.
ByteOrder — Class in package com.kaazing.gateway.client.html5
ByteOrder provides multiple endian support for ByteBuffers.
ByteOrder() — Constructor in class com.kaazing.gateway.client.html5.ByteOrder
ByteSocket — Class in package com.kaazing.gateway.client.html5
ByteSocket provides binary socket abstraction for ActionScript.
ByteSocket(location, protocol) — Constructor in class com.kaazing.gateway.client.html5.ByteSocket
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