| Constructor and Description |
|---|
ClientEndpoint(jline.console.ConsoleReader console) |
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(javax.websocket.CloseReason closeReason) |
void |
onError(Throwable th) |
void |
onMessage(byte[] buffer) |
void |
onMessage(javax.websocket.PongMessage pongMessage) |
void |
onMessage(String s) |
public void onMessage(String s) throws IOException
IOExceptionpublic void onMessage(byte[] buffer)
throws IOException
IOExceptionpublic void onError(Throwable th) throws IOException
IOExceptionpublic void onClose(javax.websocket.CloseReason closeReason)
throws IOException
IOExceptionpublic void onMessage(javax.websocket.PongMessage pongMessage)
throws IOException
IOExceptionCopyright © 2012–2020 Oracle Corporation. All rights reserved.