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
IOException
void onPing(okio.Buffer buffer)
void onPong(okio.Buffer buffer)
void onClose(int code, String reason)
Copyright © 2017. All rights reserved.