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  
send(data:com.kaazing.gateway.client.html5:ByteBuffer) — Method in class com.kaazing.gateway.client.html5.ByteSocket
Sends binary data to the remote socket location.
send(request) — Method in class com.kaazing.gateway.client.html5.HttpRequest
send(request) — Method in class com.kaazing.gateway.client.html5.HttpStream
send(data) — Method in class com.kaazing.gateway.client.html5.WebSocket
Sends text-based data to the remote socket location.
setCredentials(credentials) — Method in class com.kaazing.gateway.client.security.ChallengeResponse
Establish the credentials for this response.
setDefault(challengeHandler:com.kaazing.gateway.client.security:ChallengeHandler) — Static method in class com.kaazing.gateway.client.security.ChallengeHandlers
Define the default challenge handler to be used for all HTTP requests.
setDefaultImplementation(abstractClass, implementationClass) — Static method in class com.kaazing.gateway.client.security.ChallengeHandlers
Set the default implementation of an abstract Challenge Handler class.
setDefaultImplementationByName(abstractClass, implementationClassName) — Static method in class com.kaazing.gateway.client.security.ChallengeHandlers
Set the default implementation of an abstract Challenge Handler class.
setDefaultLocation(location) — Method in class com.kaazing.gateway.client.security.KerberosChallengeHandler
Set the default location to connect to a Kerberos service.
setLoginHandler(loginHandler:com.kaazing.gateway.client.security:LoginHandler) — Method in class com.kaazing.gateway.client.security.BasicChallengeHandler
Provide a general (non-realm-specific) login handler to be used in association with this challenge handler.
setLoginHandler(loginHandler:com.kaazing.gateway.client.security:LoginHandler) — Method in class com.kaazing.gateway.client.security.NegotiableChallengeHandler
Provide a general login handler to be used in association with this challenge handler.
setNextChallengeHandler(nextChallengeHandler:com.kaazing.gateway.client.security:ChallengeHandler) — Method in class com.kaazing.gateway.client.security.ChallengeResponse
Establish the next challenge handler responsible for handling any further authentication challenges for the request.
setRealmLocation(realmName, location) — Method in class com.kaazing.gateway.client.security.KerberosChallengeHandler
Specify the connect location of a Kerberos service to be used for users in the named realm.
setRealmLoginHandler(realm, loginHandler:com.kaazing.gateway.client.security:LoginHandler) — Method in class com.kaazing.gateway.client.security.BasicChallengeHandler
Set a Login Handler to be used if and only if a challenge request has a realm parameter matching the provided realm.
setServiceName(serviceName) — Method in class com.kaazing.gateway.client.security.KerberosChallengeHandler
Specify the service principal name for which a ticket is desired.
skip(size) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Skips the specified number of bytes from the current position.
slice() — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a sliced buffer, setting the position to zero, and decrementing the limit accordingly.
statusCode — Property in class com.kaazing.gateway.client.html5.HttpRequest
The status code of the response.
statusCode — Property in class com.kaazing.gateway.client.html5.HttpStream
The status code of the response.
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