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 |
parent — Property in class com.kaazing.gateway.client.html5.HttpRequest |
| |
position — Property in class com.kaazing.gateway.client.html5.ByteBuffer |
|
The position property indicates the progress through the buffer,
and indicates the position within the underlying array that
subsequent data will be read from or written to. |
protocol — Property in class com.kaazing.gateway.client.html5.ByteSocket |
|
The subprotocol selected by the server, if any. |
protocol — Property in class com.kaazing.gateway.client.html5.WebSocket |
|
The subprotocol selected by the server, if any. |
put(v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a single byte number into the buffer at the current position. |
putAt(index, v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a single byte number into the buffer at the specified index. |
putBuffer(v:com.kaazing.gateway.client.html5:ByteBuffer) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a buffer into the buffer at the current position. |
putBufferAt(index, v:com.kaazing.gateway.client.html5:ByteBuffer) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a buffer into the buffer at the specified index. |
putByteArray(v, offset, length) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a single-byte array into the buffer at the current position. |
putByteArrayAt(index, v, offset, length) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a single-byte array into the buffer at the current position. |
putBytes(v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a single-byte array into the buffer at the current position. |
putBytesAt(index, v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a single-byte array into the buffer at the specified index. |
putInt(v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a four-byte number into the buffer at the current position. |
putIntAt(index, v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a four-byte number into the buffer at the specified index. |
putMediumInt(v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a three-byte number into the buffer at the current position. |
putMediumIntAt(i, v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a three-byte number into the buffer at the specified index. |
putPrefixedString(fieldSize, v, cs:com.kaazing.gateway.client.html5:Charset) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a string into the buffer at the specified index, using the
character set to encode the string as bytes. |
putShort(v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a two-byte number into the buffer at the current position. |
putShortAt(index, v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a two-byte number into the buffer at the specified index. |
putString(v, cs:com.kaazing.gateway.client.html5:Charset) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts a string into the buffer at the current position, using the
character set to encode the string as bytes. |
putUnsigned(v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts an unsigned single-byte number into the buffer at the current position. |
putUnsignedAt(index, v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts an unsigned single-byte number into the buffer at the specified position. |
putUnsignedInt(v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts an unsigned four-byte number into the buffer at the current position. |
putUnsignedIntAt(index, v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts an unsigned four-byte number into the buffer at the specified position. |
putUnsignedShort(v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts an unsigned two-byte number into the buffer at the current position. |
putUnsignedShortAt(index, v) — Method in class com.kaazing.gateway.client.html5.ByteBuffer |
|
Puts an unsigned two-byte number into the buffer at the specified position. |
putValue(array, i, v, 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 |