public interface TransportEventHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onConnected() |
void |
onConnecting(int attempt) |
void |
onDisconnected(boolean willReconnect) |
void |
onError(Exception error) |
void |
onMessage(org.json.JSONObject msg) |
void onMessage(org.json.JSONObject msg)
void onConnecting(int attempt)
void onDisconnected(boolean willReconnect)
void onError(Exception error)
void onConnected()
Copyright © 2021. All rights reserved.