Package io.ably.lib.debug
Interface DebugOptions.RawProtocolListener
- Enclosing class:
- DebugOptions
public static interface DebugOptions.RawProtocolListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRawConnect
(String url) void
void
onRawMessageRecv
(ProtocolMessage message) void
onRawMessageSend
(ProtocolMessage message)
-
Method Details
-
onRawConnectRequested
-
onRawConnect
-
onRawMessageSend
-
onRawMessageRecv
-