Package io.ably.lib.transport
Interface ConnectionManager.Channels
-
- Enclosing class:
- ConnectionManager
public static interface ConnectionManager.ChannelsMethods on the channels map owned by theAblyRealtimeinstance which theConnectionManagerneeds access to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
onMessage
void onMessage(ProtocolMessage msg)
-
suspendAll
void suspendAll(ErrorInfo error, boolean notifyStateChange)
-
values
java.lang.Iterable<Channel> values()
-
transferToChannels
void transferToChannels(java.util.List<ConnectionManager.QueuedMessage> queuedMessages)
-
-