-
public interface ConnectionManager.ChannelsMethods on the channels map owned by the AblyRealtime instancewhich the ConnectionManager needs access to.
-
-
Method Summary
Modifier and Type Method Description abstract voidonMessage(ProtocolMessage msg)abstract voidsuspendAll(ErrorInfo error, boolean notifyStateChange)abstract Iterable<Channel>values()abstract voidtransferToChannelQueue(List<ConnectionManager.QueuedMessage> queuedMessages)-
-
Method Detail
-
onMessage
abstract void onMessage(ProtocolMessage msg)
-
suspendAll
abstract void suspendAll(ErrorInfo error, boolean notifyStateChange)
-
transferToChannelQueue
abstract void transferToChannelQueue(List<ConnectionManager.QueuedMessage> queuedMessages)
-
-
-
-