public interface WsonrpcClientListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onClose(WsonrpcClient client,
int code,
String reason) |
void |
onOpen(WsonrpcClient client) |
void |
onSentMessage(byte[] bytes) |
void |
onSentPing() |
void onOpen(WsonrpcClient client)
void onClose(WsonrpcClient client, int code, String reason)
void onSentMessage(byte[] bytes)
void onSentPing()
Copyright © 2017. All rights reserved.