public static interface WebSocketReader.FrameCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(int code,
String reason) |
void |
onMessage(ResponseBody body) |
void |
onPing(okio.Buffer buffer) |
void |
onPong(okio.Buffer buffer) |
void onMessage(ResponseBody body) throws IOException
IOExceptionvoid onPing(okio.Buffer buffer)
void onPong(okio.Buffer buffer)
void onClose(int code,
String reason)
Copyright © 2017. All Rights Reserved.