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