public interface WsonrpcClientEndpoint
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getConnectTimeout() |
void |
onClose(int code,
String reason) |
void |
onError(Throwable error) |
void |
onMessage(byte[] bytes) |
void |
onOpen(WebSocketSession session) |
int getConnectTimeout()
void onOpen(WebSocketSession session)
void onMessage(byte[] bytes)
void onError(Throwable error)
void onClose(int code,
String reason)
Copyright © 2017. All rights reserved.