public static interface ConnectionManager.Channels
AblyRealtime instance
which the ConnectionManager needs access to.| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(ProtocolMessage msg) |
void |
suspendAll(ErrorInfo error,
boolean notifyStateChange) |
void |
transferToChannels(java.util.List<ConnectionManager.QueuedMessage> queuedMessages) |
java.lang.Iterable<Channel> |
values() |
void onMessage(ProtocolMessage msg)
void suspendAll(ErrorInfo error, boolean notifyStateChange)
java.lang.Iterable<Channel> values()
void transferToChannels(java.util.List<ConnectionManager.QueuedMessage> queuedMessages)