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 TypeMethodDescriptionvoidonMessage(ProtocolMessage msg) voidsuspendAll(ErrorInfo error, boolean notifyStateChange) voidtransferToChannelQueue(List<ConnectionManager.QueuedMessage> queuedMessages) values() 
- 
Method Details
- 
onMessage
 - 
suspendAll
 - 
values
 - 
transferToChannelQueue
 
 -