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