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  
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?
capacity — Property in class com.kaazing.gateway.client.html5.ByteBuffer
The capacity property indicates the maximum number of bytes of storage available if the buffer is not automatically expanding.
ChallengeHandler — Class in package com.kaazing.gateway.client.security
A ChallengeHandler is responsible for producing responses to HTTP 401 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 401 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.
Charset — Class in package com.kaazing.gateway.client.html5
Charset provides character set encoding and decoding for JavaScript.
checkError() — Method in class com.kaazing.gateway.client.security.ChallengeResponseFuture
Throws any errors caught during the execution of the asynchronous method.
clear() — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Clears the buffer.
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.
clone() — Method in class com.kaazing.gateway.client.html5.CloseEvent
clone() — Method in class com.kaazing.gateway.client.html5.MessageEvent
close — Event in class com.kaazing.gateway.client.html5.ByteSocket
Dispatched when the connection is terminated.
close(code, reason) — Method in class com.kaazing.gateway.client.html5.ByteSocket
Disconnects the remote socket location.
close() — Method in class com.kaazing.gateway.client.html5.HttpRequest
close — Event in class com.kaazing.gateway.client.html5.WebSocket
Dispatched when the connection is terminated.
close(code, reason) — Method in class com.kaazing.gateway.client.html5.WebSocket
Disconnects the remote socket location.
CLOSE — Constant static property in class com.kaazing.gateway.client.html5.CloseEvent
CLOSED — Constant static property in class com.kaazing.gateway.client.html5.EventSource
CloseEvent — Dynamic class in package com.kaazing.gateway.client.html5
CloseEvent provides an implementation of HTML5 message event.
CloseEvent(type, wasClean, code, reason, origin, lastEventId) — Constructor in class com.kaazing.gateway.client.html5.CloseEvent
code — Property in class com.kaazing.gateway.client.html5.CloseEvent
com.kaazing.gateway.client.html5 — Package
com.kaazing.gateway.client.security — Package
compact() — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Compacts the buffer by removing leading bytes up to the buffer position, and decrements the limit and position values accordingly.
CONNECTING — Constant static property in class com.kaazing.gateway.client.html5.EventSource
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