Package io.ably.lib.transport
Interface ConnectionManager.Channels
- Enclosing class:
- ConnectionManager
public static interface ConnectionManager.Channels
Methods on the channels map owned by the
AblyRealtime instance
which the ConnectionManager needs access to.-
Method Summary
Modifier and Type Method Description voidonMessage(ProtocolMessage msg)voidsuspendAll(ErrorInfo error, boolean notifyStateChange)voidtransferToChannels(java.util.List<ConnectionManager.QueuedMessage> queuedMessages)java.lang.Iterable<Channel>values()
-
Method Details
-
onMessage
-
suspendAll
-
values
java.lang.Iterable<Channel> values() -
transferToChannels
-