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  
get() — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a single-byte number from the buffer at the current position.
get() — Method in class com.kaazing.gateway.client.security.ChallengeResponseFuture
Returns the result of the function executed.
getAt(index) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a single-byte number from the buffer at the specified index.
getByteArray(length) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns bytes in an ByteArray
getByteArrayAt(index, length) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a ByteArray of length size from the buffer starting from the specified position.
getBytes(length) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns specified number of bytes in an array
getBytesAt(index, length) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a byte array of length size from the buffer starting from the specified position.
getCredentials() — Method in class com.kaazing.gateway.client.security.ChallengeResponse
Return a set of credentials to send to the server in an 'Authorization:' header.
getCredentials(continuation) — Method in class com.kaazing.gateway.client.security.LoginHandler
Gets the password authentication credentials from an arbitrary source.
getDefault() — Static method in class com.kaazing.gateway.client.security.ChallengeHandlers
Get a reference to the default challenge handler to be used for all HTTP requests
getDefaultLocation() — Method in class com.kaazing.gateway.client.security.KerberosChallengeHandler
Retrieve the specified default location.
getHexDump() — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a hex dump of this buffer.
getInt() — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a four-byte number from the buffer at the current position.
getIntAt(index) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a four-byte number from the buffer at the specified index.
getLoginHandler() — Method in class com.kaazing.gateway.client.security.BasicChallengeHandler
Get the general (non-realm-specific) login handler associated with this challenge handler.
getLoginHandler() — Method in class com.kaazing.gateway.client.security.NegotiableChallengeHandler
Get the general login handler associated with this challenge handler.
getMediumInt() — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a three-byte number from the buffer at the current position.
getMediumIntAt(index) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a three-byte number from the buffer at the specified index.
getNextChallengeHandler() — Method in class com.kaazing.gateway.client.security.ChallengeResponse
Return the next challenge handler responsible for handling any further authentication challenges for the request.
getPrefixedString(fieldSize, cs:com.kaazing.gateway.client.html5:Charset) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a length-prefixed string from the buffer at the current position.
getRealmLocation(realmName) — Method in class com.kaazing.gateway.client.security.KerberosChallengeHandler
Return the URI to be used for Kerberos service requests when a user in the realm mentioned provides credentials.
getServiceName() — Method in class com.kaazing.gateway.client.security.KerberosChallengeHandler
Retrieve the service name.
getShort() — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a two-byte number from the buffer at the current position.
getShortAt(index) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a two-byte number from the buffer at the specified index.
getString(cs:com.kaazing.gateway.client.html5:Charset) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns a null-terminated string from the buffer at the current position.
getSupportedOids() — Method in class com.kaazing.gateway.client.security.NegotiableChallengeHandler
Return a collection of string representations of object identifiers supported by this challenge handler implementation, in dot-separated notation.
getUnsigned() — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns an unsigned single-byte number from the buffer at the current position.
getUnsignedAt(index) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns an unsigned single-byte number from the buffer at the specified index.
getUnsignedBytes(length) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns specified number of unsigned bytes in an array
getUnsignedInt() — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns an unsigned four-byte number from the buffer at the current position.
getUnsignedIntAt(index) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns an unsigned four-byte number from the buffer at the specified index.
getUnsignedMediumInt() — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns an unsigned three-byte number from the buffer at the current position.
getUnsignedMediumIntAt(index) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns an unsigned three-byte number from the buffer at the specified index.
getUnsignedShort() — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns an unsigned two-byte number from the buffer at the current position.
getUnsignedShortAt(index) — Method in class com.kaazing.gateway.client.html5.ByteBuffer
Returns an unsigned two-byte number from the buffer at the specified index.
getValue(array, i, width, unsigned) — Method in class com.kaazing.gateway.client.html5.ByteOrder
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