Package io.ably.lib.debug
Interface DebugOptions.RawProtocolListener
- Enclosing class:
- DebugOptions
public static interface DebugOptions.RawProtocolListener
-
Method Summary
Modifier and Type Method Description voidonRawConnect(java.lang.String url)voidonRawConnectRequested(java.lang.String url)voidonRawMessageRecv(ProtocolMessage message)voidonRawMessageSend(ProtocolMessage message)
-
Method Details
-
onRawConnectRequested
void onRawConnectRequested(java.lang.String url) -
onRawConnect
void onRawConnect(java.lang.String url) -
onRawMessageSend
-
onRawMessageRecv
-