@FunctionalInterface public interface WebSocketListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onClose(int code,
String reason) |
default void |
onError(Exception cause) |
void |
onFrame(Frame frame) |
void onFrame(Frame frame) throws IOException
IOExceptiondefault void onError(Exception cause) throws IOException
IOExceptiondefault void onClose(int code,
String reason)
throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.