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  
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.

bindqueue — Event in class com.kaazing.gateway.amqp.client.AmqpChannel
bindQueue(queue, exchange, routingKey, noWait, arguments:com.kaazing.gateway.amqp.client:AmqpArguments, callback) — Method in class com.kaazing.gateway.amqp.client.AmqpChannel
This method binds a queue to an exchange.
BINDQUEUE — Constant static property in class com.kaazing.gateway.amqp.client.AmqpEvent
body — Property in class com.kaazing.gateway.amqp.client.AmqpEvent
The body field contains the payload of message events.
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