A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
W
- w(String,String) - function in io.ably.lib.util.Log
- w(String,String,Throwable) - function in io.ably.lib.util.Log
- w(String,Throwable) - function in io.ably.lib.util.Log
- WebSocketTransport - class in io.ably.lib.transport
- ****************ITransport methods
- WebSocketTransport.Factory - class in io.ably.lib.transport.WebSocketTransport
- ****************public factory API
- withCipherKey(Array) - function in io.ably.lib.types.ChannelOptions
- Constructor withCipherKey, that takes a key only.
- withCipherKey(String) - function in io.ably.lib.types.ChannelOptions
- Constructor withCipherKey, that takes a key only.
- write(Map,MessagePacker) - function in io.ably.lib.types.MessageSerializer
- writeJSON(ProtocolMessage) - function in io.ably.lib.types.ProtocolSerializer
- **************************************JSON encode
- writeMsgpack(MessagePacker) - function in io.ably.lib.types.Message.Batch
- writeMsgpack(ProtocolMessage) - function in io.ably.lib.types.ProtocolSerializer
- **************************************Msgpack encode
- writeMsgpackArray(Array) - function in io.ably.lib.types.PresenceSerializer
- **************************************Msgpack encode
- writeMsgpackArray(Array,MessagePacker) - function in io.ably.lib.types.PresenceSerializer
- writeMsgpackArray(Array) - function in io.ably.lib.types.MessageSerializer
- writeMsgpackArray(Array,MessagePacker) - function in io.ably.lib.types.MessageSerializer
- writeMsgpackArray(Array,MessagePacker) - function in io.ably.lib.types.AnnotationSerializer
- writeMsgpackArray(Array,MessagePacker) - function in io.ably.lib.objects.ObjectsSerializer
- Serializes the given Object array as a MessagePack array using the provided packer.