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 |
cancel — Event in class com.kaazing.gateway.amqp.client.AmqpChannel |
| |
CANCEL — Constant static property in class com.kaazing.gateway.amqp.client.AmqpEvent |
| |
cancelBasic(consumerTag, noWait, callback) — Method in class com.kaazing.gateway.amqp.client.AmqpChannel |
|
This method cancels a consumer. |
canHandle(challengeRequest:com.kaazing.gateway.client.security:ChallengeRequest) — Method in class com.kaazing.gateway.client.security.ChallengeHandler |
|
Can the presented challenge be potentially handled by this challenge handler?
|
ChallengeHandler — Class in package com.kaazing.gateway.client.security |
|
A ChallengeHandler is responsible for producing responses to authentication challenges. |
ChallengeHandlers — Class in package com.kaazing.gateway.client.security |
|
Responsible for both loading fresh ChallengeHandler instances
and managing a concept of a default challenge handler. |
ChallengeRequest — Class in package 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. |
ChallengeRequest(location, challenge) — Constructor in class com.kaazing.gateway.client.security.ChallengeRequest |
|
Constructor from the protected URI location triggering the challenge,
and an entire server-provided 'WWW-Authenticate:' string. |
ChallengeResponse — Class in package 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. |
ChallengeResponse(credentials, nextChallengeHandler:com.kaazing.gateway.client.security:ChallengeHandler) — Constructor in class com.kaazing.gateway.client.security.ChallengeResponse |
|
Constructor from a set of credentials to send to the server in an 'Authorization:' header
and the next challenge handler responsible for handling any further authentication challenges for the request. |
ChallengeResponseFuture — Class in package com.kaazing.gateway.client.security |
|
Future-based support for asynchronous functions returning a value. |
ChallengeResponseFuture(callback) — Constructor in class com.kaazing.gateway.client.security.ChallengeResponseFuture |
|
Future-based support for asynchronous functions returning a value. |
checkError() — Method in class com.kaazing.gateway.client.security.ChallengeResponseFuture |
|
Throws any errors caught during the execution of the
asynchronous method. |
clear(... rest) — Method in class com.kaazing.gateway.client.security.KerberosChallengeHandler |
|
Clear any data associated with the provided realm names, including any realm-specific location information. |
clearCredentials() — Method in class com.kaazing.gateway.client.security.ChallengeResponse |
|
Clear the credentials of this response. |
close — Event in class com.kaazing.gateway.amqp.client.AmqpChannel |
| |
close — Event in class com.kaazing.gateway.amqp.client.AmqpClient |
| |
CLOSE — Constant static property in class com.kaazing.gateway.amqp.client.AmqpEvent |
| |
closeChannel(replyCode, replyText, classId, methodId, callback) — Method in class com.kaazing.gateway.amqp.client.AmqpChannel |
|
This method indicates that the sender wants to close the channel. |
closeOkChannel(callback) — Method in class com.kaazing.gateway.amqp.client.AmqpChannel |
|
Confirms to the peer that a flow command was received and processed. |
com.kaazing.gateway.amqp.client — Package |
| |
com.kaazing.gateway.client.security — Package |
| |
committransaction — Event in class com.kaazing.gateway.amqp.client.AmqpChannel |
| |
COMMITTRANSACTION — Constant static property in class com.kaazing.gateway.amqp.client.AmqpEvent |
| |
commitTx(callback) — Method in class com.kaazing.gateway.amqp.client.AmqpChannel |
|
This method commits all message publications and acknowledgments performed in
the current transaction. |
connect(url, virtualHost, credentials, callback) — Method in class com.kaazing.gateway.amqp.client.AmqpClient |
|
Connects to the AMQP Broker at the given URL with given credentials
|
consume — Event in class com.kaazing.gateway.amqp.client.AmqpChannel |
| |
CONSUME — Constant static property in class com.kaazing.gateway.amqp.client.AmqpEvent |
| |
consumeBasic(queue, consumerTag, noLocal, noAck, exclusive, noWait, arguments:com.kaazing.gateway.amqp.client:AmqpArguments, callback) — Method in class com.kaazing.gateway.amqp.client.AmqpChannel |
|
This method asks the server to start a "consumer", which is a transient request for
messages from a specific queue. |
contentEncoding — Property in class com.kaazing.gateway.amqp.client.AmqpProperties |
|
Returns the value of "contentEncoding" property. |
contentType — Property in class com.kaazing.gateway.amqp.client.AmqpProperties |
|
Returns the value of "contentType" property. |
correlationId — Property in class com.kaazing.gateway.amqp.client.AmqpProperties |
|
Returns the value of "correlationId" property. |
CreateAmqpPropertiesFromObject(properties) — Static method in class com.kaazing.gateway.amqp.client.AmqpProperties |
|
internal use
|
credentials — Property in class com.kaazing.gateway.client.security.ChallengeResponse |
|
Return a set of credentials to send to the server in an 'Authorization:' header. |
|
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 |